Skip to content

Commit

Permalink
docs: change the position argument location in check functions (#6191)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok committed Apr 30, 2021
1 parent ba652c1 commit 9da718d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions docs/src/api/class-elementhandle.md
Expand Up @@ -130,12 +130,12 @@ If the element is detached from the DOM at any moment during the action, this me
When all steps combined have not finished during the specified [`option: timeout`], this method throws a
[TimeoutError]. Passing zero timeout disables this.

### option: ElementHandle.check.position = %%-input-position-%%

### option: ElementHandle.check.force = %%-input-force-%%

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

### option: ElementHandle.check.position = %%-input-position-%%

### option: ElementHandle.check.timeout = %%-input-timeout-%%

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

### option: ElementHandle.uncheck.position = %%-input-position-%%

### option: ElementHandle.uncheck.force = %%-input-force-%%

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

### option: ElementHandle.uncheck.position = %%-input-position-%%

### option: ElementHandle.uncheck.timeout = %%-input-timeout-%%

### option: ElementHandle.uncheck.trial = %%-input-trial-%%
Expand Down
8 changes: 4 additions & 4 deletions docs/src/api/class-frame.md
Expand Up @@ -169,12 +169,12 @@ When all steps combined have not finished during the specified [`option: timeout

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

### option: Frame.check.position = %%-input-position-%%

### option: Frame.check.force = %%-input-force-%%

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

### option: Frame.check.position = %%-input-position-%%

### option: Frame.check.timeout = %%-input-timeout-%%

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

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

### option: Frame.uncheck.position = %%-input-position-%%

### option: Frame.uncheck.force = %%-input-force-%%

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

### option: Frame.uncheck.position = %%-input-position-%%

### option: Frame.uncheck.timeout = %%-input-timeout-%%

### option: Frame.uncheck.trial = %%-input-trial-%%
Expand Down
8 changes: 4 additions & 4 deletions docs/src/api/class-page.md
Expand Up @@ -527,12 +527,12 @@ Shortcut for main frame's [`method: Frame.check`].

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

### option: Page.check.position = %%-input-position-%%

### option: Page.check.force = %%-input-force-%%

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

### option: Page.check.position = %%-input-position-%%

### option: Page.check.timeout = %%-input-timeout-%%

### option: Page.check.trial = %%-input-trial-%%
Expand Down Expand Up @@ -2553,12 +2553,12 @@ Shortcut for main frame's [`method: Frame.uncheck`].
### param: Page.uncheck.selector = %%-input-selector-%%
### option: Page.uncheck.position = %%-input-position-%%
### option: Page.uncheck.force = %%-input-force-%%
### option: Page.uncheck.noWaitAfter = %%-input-no-wait-after-%%
### option: Page.uncheck.position = %%-input-position-%%
### option: Page.uncheck.timeout = %%-input-timeout-%%
### option: Page.uncheck.trial = %%-input-trial-%%
Expand Down

0 comments on commit 9da718d

Please sign in to comment.