docs: change the position argument location in check functions (#6191)

This commit is contained in:
Darío Kondratiuk 2021-04-30 01:23:03 -03:00 committed by GitHub
parent ba652c177f
commit 9da718d6d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 12 deletions

View File

@ -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-%%
@ -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-%%

View File

@ -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-%%
@ -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-%%

View File

@ -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-%%
@ -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-%%