fix(types): remove strict param from Locator.setChecked (#8676)

This commit is contained in:
Yusuke Iwaki 2021-09-04 00:37:19 +09:00 committed by GitHub
parent 97717f25d2
commit d9bcb0b170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

View File

@ -834,7 +834,6 @@ When all steps combined have not finished during the specified [`option: timeout
### option: Locator.setChecked.force = %%-input-force-%%
### option: Locator.setChecked.noWaitAfter = %%-input-no-wait-after-%%
### option: Locator.setChecked.position = %%-input-position-%%
### option: Locator.setChecked.strict = %%-input-strict-%%
### option: Locator.setChecked.timeout = %%-input-timeout-%%
### option: Locator.setChecked.trial = %%-input-trial-%%

6
types/types.d.ts vendored
View File

@ -9286,12 +9286,6 @@ export interface Locator {
y: number;
};
/**
* When true, the call requires selector to resolve to a single element. If given selector resolves to more then one
* element, the call throws an exception.
*/
strict?: boolean;
/**
* Maximum time in milliseconds, defaults to 30 seconds, pass `0` to disable timeout. The default value can be changed by
* using the