mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
fix(types): remove ElementHandle.setChecked strict parameter (#8653)
This commit is contained in:
parent
242d4d23c1
commit
b755705bf1
@ -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
6
types/types.d.ts
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user