fix(types): remove ElementHandle.setChecked strict parameter (#8653)

This commit is contained in:
Max Schmitt 2021-09-02 16:58:56 +02:00 committed by GitHub
parent 242d4d23c1
commit b755705bf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

View File

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

6
types/types.d.ts vendored
View File

@ -8032,12 +8032,6 @@ export interface ElementHandle<T=Node> extends JSHandle<T> {
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