mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs(python): add missing NotToBe{Visible,Editable,Enabled} params (#17381)
Follow up to: - https://github.com/microsoft/playwright/pull/17058 - https://github.com/microsoft/playwright/pull/17065 - https://github.com/microsoft/playwright/pull/17207 Blocks https://github.com/microsoft/playwright-python/issues/1534.
This commit is contained in:
parent
872bcc9734
commit
85a5c690a4
@ -114,6 +114,9 @@ The opposite of [`method: LocatorAssertions.toBeDisabled`].
|
||||
|
||||
The opposite of [`method: LocatorAssertions.toBeEditable`].
|
||||
|
||||
### option: LocatorAssertions.NotToBeEditable.editable
|
||||
* since: v1.26
|
||||
- `editable` <[boolean]>
|
||||
### option: LocatorAssertions.NotToBeEditable.timeout = %%-js-assertions-timeout-%%
|
||||
* since: v1.18
|
||||
### option: LocatorAssertions.NotToBeEditable.timeout = %%-csharp-java-python-assertions-timeout-%%
|
||||
@ -136,6 +139,9 @@ The opposite of [`method: LocatorAssertions.toBeEmpty`].
|
||||
|
||||
The opposite of [`method: LocatorAssertions.toBeEnabled`].
|
||||
|
||||
### option: LocatorAssertions.NotToBeEnabled.enabled
|
||||
* since: v1.26
|
||||
- `enabled` <[boolean]>
|
||||
### option: LocatorAssertions.NotToBeEnabled.timeout = %%-js-assertions-timeout-%%
|
||||
* since: v1.18
|
||||
### option: LocatorAssertions.NotToBeEnabled.timeout = %%-csharp-java-python-assertions-timeout-%%
|
||||
@ -169,6 +175,9 @@ The opposite of [`method: LocatorAssertions.toBeHidden`].
|
||||
|
||||
The opposite of [`method: LocatorAssertions.toBeVisible`].
|
||||
|
||||
### option: LocatorAssertions.NotToBeVisible.visible
|
||||
* since: v1.26
|
||||
- `visible` <[boolean]>
|
||||
### option: LocatorAssertions.NotToBeVisible.timeout = %%-js-assertions-timeout-%%
|
||||
* since: v1.18
|
||||
### option: LocatorAssertions.NotToBeVisible.timeout = %%-csharp-java-python-assertions-timeout-%%
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user