From d7d1c80cf7b9f2120bc66839269f8438dcfbe1e5 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 21 Nov 2023 17:54:23 +0100 Subject: [PATCH] docs(python): add ignoreCase to NotToHaveAttribute (#28267) https://github.com/microsoft/playwright-python/issues/2078 --- docs/src/api/class-locatorassertions.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/api/class-locatorassertions.md b/docs/src/api/class-locatorassertions.md index 20e7c3f0fe..cf78c6ce95 100644 --- a/docs/src/api/class-locatorassertions.md +++ b/docs/src/api/class-locatorassertions.md @@ -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