Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.ContainsTextOptions
-
Packages that use LocatorAssertions.ContainsTextOptions Package Description com.microsoft.playwright.assertions -
-
Uses of LocatorAssertions.ContainsTextOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.ContainsTextOptions Modifier and Type Method Description LocatorAssertions.ContainsTextOptionsLocatorAssertions.ContainsTextOptions. setIgnoreCase(boolean ignoreCase)Whether to perform case-insensitive match.LocatorAssertions.ContainsTextOptionsLocatorAssertions.ContainsTextOptions. setTimeout(double timeout)Time to retry the assertion for in milliseconds.LocatorAssertions.ContainsTextOptionsLocatorAssertions.ContainsTextOptions. setUseInnerText(boolean useInnerText)Whether to useelement.innerTextinstead ofelement.textContentwhen retrieving DOM node text.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.ContainsTextOptions Modifier and Type Method Description voidLocatorAssertions. containsText(String[] expected, LocatorAssertions.ContainsTextOptions options)Ensures theLocatorpoints to an element that contains the given text.voidLocatorAssertions. containsText(String expected, LocatorAssertions.ContainsTextOptions options)Ensures theLocatorpoints to an element that contains the given text.voidLocatorAssertions. containsText(Pattern[] expected, LocatorAssertions.ContainsTextOptions options)Ensures theLocatorpoints to an element that contains the given text.voidLocatorAssertions. containsText(Pattern expected, LocatorAssertions.ContainsTextOptions options)Ensures theLocatorpoints to an element that contains the given text.
-