Skip to content

Commit

Permalink
docs(python): add ignoreCase to NotToHaveAttribute (#28267)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Nov 21, 2023
1 parent 8c880ca commit d7d1c80
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/api/class-locatorassertions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d7d1c80

Please sign in to comment.