Skip to content

Commit 9da718d

Browse files
authored
docs: change the position argument location in check functions (#6191)
1 parent ba652c1 commit 9da718d

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docs/src/api/class-elementhandle.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ If the element is detached from the DOM at any moment during the action, this me
130130
When all steps combined have not finished during the specified [`option: timeout`], this method throws a
131131
[TimeoutError]. Passing zero timeout disables this.
132132

133+
### option: ElementHandle.check.position = %%-input-position-%%
134+
133135
### option: ElementHandle.check.force = %%-input-force-%%
134136

135137
### option: ElementHandle.check.noWaitAfter = %%-input-no-wait-after-%%
136138

137-
### option: ElementHandle.check.position = %%-input-position-%%
138-
139139
### option: ElementHandle.check.timeout = %%-input-timeout-%%
140140

141141
### option: ElementHandle.check.trial = %%-input-trial-%%
@@ -790,12 +790,12 @@ If the element is detached from the DOM at any moment during the action, this me
790790
When all steps combined have not finished during the specified [`option: timeout`], this method throws a
791791
[TimeoutError]. Passing zero timeout disables this.
792792

793+
### option: ElementHandle.uncheck.position = %%-input-position-%%
794+
793795
### option: ElementHandle.uncheck.force = %%-input-force-%%
794796

795797
### option: ElementHandle.uncheck.noWaitAfter = %%-input-no-wait-after-%%
796798

797-
### option: ElementHandle.uncheck.position = %%-input-position-%%
798-
799799
### option: ElementHandle.uncheck.timeout = %%-input-timeout-%%
800800

801801
### option: ElementHandle.uncheck.trial = %%-input-trial-%%

docs/src/api/class-frame.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,12 @@ When all steps combined have not finished during the specified [`option: timeout
169169

170170
### param: Frame.check.selector = %%-input-selector-%%
171171

172+
### option: Frame.check.position = %%-input-position-%%
173+
172174
### option: Frame.check.force = %%-input-force-%%
173175

174176
### option: Frame.check.noWaitAfter = %%-input-no-wait-after-%%
175177

176-
### option: Frame.check.position = %%-input-position-%%
177-
178178
### option: Frame.check.timeout = %%-input-timeout-%%
179179

180180
### option: Frame.check.trial = %%-input-trial-%%
@@ -1110,12 +1110,12 @@ When all steps combined have not finished during the specified [`option: timeout
11101110

11111111
### param: Frame.uncheck.selector = %%-input-selector-%%
11121112

1113+
### option: Frame.uncheck.position = %%-input-position-%%
1114+
11131115
### option: Frame.uncheck.force = %%-input-force-%%
11141116

11151117
### option: Frame.uncheck.noWaitAfter = %%-input-no-wait-after-%%
11161118

1117-
### option: Frame.uncheck.position = %%-input-position-%%
1118-
11191119
### option: Frame.uncheck.timeout = %%-input-timeout-%%
11201120

11211121
### option: Frame.uncheck.trial = %%-input-trial-%%

docs/src/api/class-page.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -527,12 +527,12 @@ Shortcut for main frame's [`method: Frame.check`].
527527

528528
### param: Page.check.selector = %%-input-selector-%%
529529

530+
### option: Page.check.position = %%-input-position-%%
531+
530532
### option: Page.check.force = %%-input-force-%%
531533

532534
### option: Page.check.noWaitAfter = %%-input-no-wait-after-%%
533535

534-
### option: Page.check.position = %%-input-position-%%
535-
536536
### option: Page.check.timeout = %%-input-timeout-%%
537537

538538
### option: Page.check.trial = %%-input-trial-%%
@@ -2553,12 +2553,12 @@ Shortcut for main frame's [`method: Frame.uncheck`].
25532553
25542554
### param: Page.uncheck.selector = %%-input-selector-%%
25552555
2556+
### option: Page.uncheck.position = %%-input-position-%%
2557+
25562558
### option: Page.uncheck.force = %%-input-force-%%
25572559
25582560
### option: Page.uncheck.noWaitAfter = %%-input-no-wait-after-%%
25592561
2560-
### option: Page.uncheck.position = %%-input-position-%%
2561-
25622562
### option: Page.uncheck.timeout = %%-input-timeout-%%
25632563
25642564
### option: Page.uncheck.trial = %%-input-trial-%%

0 commit comments

Comments
 (0)