From 8dea604754a7b1f525b6c4974b7927c6782fb76f Mon Sep 17 00:00:00 2001 From: Playwright Service <89237858+playwrightmachine@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:20:09 -0800 Subject: [PATCH] cherry-pick(#28267): docs(python): add ignoreCase to NotToHaveAttribute (#28273) This PR cherry-picks the following commits: - d7d1c80cf7b9f2120bc66839269f8438dcfbe1e5 Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- 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