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