Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
5bd219b
Added HiddenOrDisabledElementsOptions.
klhex Feb 3, 2021
0cc50f6
Added HiddenOrDisabledElementsOptions to attach function.
klhex Feb 3, 2021
8791d43
Added HiddenOrDisabledElementsOptions to 'clear' function.
klhex Feb 3, 2021
afebb30
Added HiddenOrDisabledElementsOptions to 'click' function.
klhex Feb 3, 2021
1b7082d
Added HiddenOrDisabledElementsOptions to 'doubleClick' function.
klhex Feb 3, 2021
c063b13
Added HiddenOrDisabledElementsOptions to 'rightClick' function.
klhex Feb 3, 2021
a9856b7
Added HiddenOrDisabledElementsOptions to 'dragAndDrop' function.
klhex Feb 3, 2021
0dd2fb6
Added HiddenOrDisabledElementsOptions to 'focus' function.
klhex Feb 3, 2021
05c40df
Added HiddenOrDisabledElementsOptions to 'hover' function.
klhex Feb 3, 2021
e40ab36
Added HiddenOrDisabledElementsOptions to 'mouseAction' function.
klhex Feb 3, 2021
d0adc69
Added HiddenOrDisabledElementsOptions to 'write' function.
klhex Feb 3, 2021
d9b5343
Added HiddenOrDisabledElementsOptions to 'tap' function.
klhex Feb 3, 2021
dc56a1d
Removed leftover references to 'SelectOptions' (stemming from https:/…
klhex Feb 3, 2021
d054a20
Bump @babel/parser from 7.12.13 to 7.12.14
dependabot-preview[bot] Feb 4, 2021
a29e825
Bump chai from 4.2.0 to 4.3.0
dependabot-preview[bot] Feb 5, 2021
4f7fe00
Bump devtools-protocol from 0.0.849788 to 0.0.850520
dependabot-preview[bot] Feb 5, 2021
eb85de4
Bump @babel/parser from 7.12.14 to 7.12.15
dependabot-preview[bot] Feb 5, 2021
31aee43
Bump markdown-it-anchor from 7.0.1 to 7.0.2
dependabot-preview[bot] Feb 8, 2021
2efa4f6
Bump lint-staged from 10.5.3 to 10.5.4
dependabot-preview[bot] Feb 8, 2021
0b8a9b9
Bump husky from 4.3.8 to 5.0.9
dependabot-preview[bot] Feb 9, 2021
e20de3b
Bump typescript from 4.1.3 to 4.1.4
dependabot-preview[bot] Feb 10, 2021
be8f3a7
Bump dtslint from 4.0.6 to 4.0.7
dependabot-preview[bot] Feb 11, 2021
5f95e88
Bump typescript from 4.1.4 to 4.1.5
dependabot-preview[bot] Feb 11, 2021
e51b531
Bump devtools-protocol from 0.0.850520 to 0.0.852555
dependabot-preview[bot] Feb 11, 2021
f02ebd7
VeryBasicNavigationOptions, NavigationOptions, ClickOptions, WriteOpt…
klhex Feb 11, 2021
546577f
Removed HiddenOrDisabledElementsOptions from 'clear' options.
klhex Feb 11, 2021
4a65ac0
Removed HiddenOrDisabledElementsOptions from 'click' options.
klhex Feb 11, 2021
5c0af8e
Removed HiddenOrDisabledElementsOptions from 'doubleClick' options.
klhex Feb 11, 2021
c67043a
Removed HiddenOrDisabledElementsOptions from 'rightClick' options.
klhex Feb 11, 2021
f0bf1c5
Removed HiddenOrDisabledElementsOptions from 'focus' options.
klhex Feb 11, 2021
108e5d0
Removed HiddenOrDisabledElementsOptions from 'hover' options.
klhex Feb 11, 2021
fdaf425
Removed HiddenOrDisabledElementsOptions from 'mouseAction' options.
klhex Feb 11, 2021
cb93cdf
Removed HiddenOrDisabledElementsOptions from 'write' options.
klhex Feb 11, 2021
8d31b1e
Removed HiddenOrDisabledElementsOptions from 'tap' options.
klhex Feb 11, 2021
6514c7c
Re-create HiddenOrDisabledElementsOptions.
klhex Feb 11, 2021
b6088fc
Added VeryBasicNavigationInclHiddenOrDisabledElementsOptions.
klhex Feb 11, 2021
b89b40a
Added VeryBasicNavigationInclHiddenOrDisabledElementsOptions to 'doub…
klhex Feb 11, 2021
02b0cc5
Added NavigationInclHiddenOrDisabledElementsOptions options.
klhex Feb 11, 2021
e6fcd85
Added NavigationInclHiddenOrDisabledElementsOptions to 'clear', 'focu…
klhex Feb 11, 2021
229e9a1
Added ClickInclHiddenOrDisabledElementsOptions.
klhex Feb 11, 2021
e7a498c
Added ClickInclHiddenOrDisabledElementsOptions to 'click'.
klhex Feb 11, 2021
22181ee
Added WriteInclHiddenOrDisabledElementsOptions.
klhex Feb 11, 2021
a594a5d
Added WriteInclHiddenOrDisabledElementsOptions to 'write'.
klhex Feb 11, 2021
2b8f2cc
Added TapInclHiddenOrDisabledElementsOptions.
klhex Feb 11, 2021
63d8c0a
Added TapInclHiddenOrDisabledElementsOptions to 'tap'.
klhex Feb 11, 2021
fe0cc3f
Made 'force: boolean' property optional.
klhex Feb 11, 2021
a002c6f
Added NavigationInclHiddenOrDisabledElementsOptions to options instea…
klhex Feb 11, 2021
6497737
Added 'force' option to relevant page actions tests. (Trying to add i…
klhex Feb 11, 2021
025f330
Rename.
klhex Feb 16, 2021
dfbcf7e
Rename force option for 'attach' function.
klhex Feb 16, 2021
bb0ae29
Rename force option for 'dragAndDrop' function.
klhex Feb 16, 2021
2d838d4
Remove ClickInclHiddenOrDisabledElementsOptions.
klhex Feb 16, 2021
8ebd7fd
Extend ClickOptions with ForceOption.
klhex Feb 16, 2021
3c94b40
Revert to ClickOptions for function 'click'.
klhex Feb 16, 2021
5a48d70
Remove VeryBasicNavigationInclHiddenOrDisabledElementsOptions.
klhex Feb 16, 2021
66e3024
Extend VeryBasicNavigationOptions with ForceOption.
klhex Feb 16, 2021
641d36b
Revert to options VeryBasicNavigationOptions for function 'doubleClic…
klhex Feb 16, 2021
379b97f
Remove WriteInclHiddenOrDisabledElementsOptions.
klhex Feb 16, 2021
9e7a129
Extend WriteOptions with ForceOption.
klhex Feb 16, 2021
580e114
Revert to WriteOptions for function 'write'.
klhex Feb 16, 2021
9aa4372
Remove TapInclHiddenOrDisabledElementsOptions.
klhex Feb 16, 2021
7792df5
Extend TapOptions with ForceOption.
klhex Feb 16, 2021
282ec92
Revert to TapOptions for function 'tap'.
klhex Feb 16, 2021
e8d4c96
Rename NavigationInclHiddenOrDisabledElementsOptions to ForcedNavigat…
klhex Feb 16, 2021
ea81f67
Replace NavigationInclHiddenOrDisabledElementsOptions by ForcedNaviga…
klhex Feb 16, 2021
3c6c6e2
Remove redundancy / double work from ForcedNavigationOptions definition.
klhex Feb 18, 2021
7cdcec7
Bumping Taiko patch version.
klhex Feb 18, 2021
f0a46da
Manually resolving conflicts (I know, this is really bad practice, bu…
klhex Feb 18, 2021
03de091
Merge branch 'master' into issue_1771_typescript_support
klhex Feb 18, 2021
4597d1e
Merge branch 'master' into issue_1771_typescript_support
NivedhaSenthil Feb 19, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added HiddenOrDisabledElementsOptions to 'doubleClick' function.
Signed-off-by: klhex <71178731+klhex@users.noreply.github.com>
  • Loading branch information
klhex committed Feb 11, 2021
commit 1b7082d07542f49461b8ad9d436c14487c899e92
2 changes: 1 addition & 1 deletion types/taiko/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ export function click(
// https://docs.taiko.dev/api/doubleclick
export function doubleClick(
selector: SearchElement | MouseCoordinates,
options?: VeryBasicNavigationOptions | RelativeSearchElement,
options?: VeryBasicNavigationOptions | RelativeSearchElement | HiddenOrDisabledElementsOptions,
...args: RelativeSearchElement[]
): Promise<void>;
// https://docs.taiko.dev/api/rightclick
Expand Down