docs(python): add ignoreCase to NotToHaveAttribute (#28267)

https://github.com/microsoft/playwright-python/issues/2078
This commit is contained in:
Max Schmitt 2023-11-21 17:54:23 +01:00 committed by GitHub
parent 8c880cad76
commit d7d1c80cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,6 +244,12 @@ Attribute name.
Expected attribute value.
### option: LocatorAssertions.NotToHaveAttribute.ignoreCase
* since: v1.40
- `ignoreCase` <[boolean]>
Whether to perform case-insensitive match. [`option: ignoreCase`] option takes precedence over the corresponding regular expression flag if specified.
### option: LocatorAssertions.NotToHaveAttribute.timeout = %%-csharp-java-python-assertions-timeout-%%
* since: v1.18