Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.HasClassOptions
-
Packages that use LocatorAssertions.HasClassOptions Package Description com.microsoft.playwright.assertions com.microsoft.playwright.impl -
-
Uses of LocatorAssertions.HasClassOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.HasClassOptions Modifier and Type Method Description LocatorAssertions.HasClassOptionsLocatorAssertions.HasClassOptions. setTimeout(double timeout)Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.HasClassOptions Modifier and Type Method Description voidLocatorAssertions. hasClass(java.lang.String[] expected, LocatorAssertions.HasClassOptions options)Ensures theLocatorpoints to an element with given CSS classes.voidLocatorAssertions. hasClass(java.lang.String expected, LocatorAssertions.HasClassOptions options)Ensures theLocatorpoints to an element with given CSS classes.voidLocatorAssertions. hasClass(java.util.regex.Pattern[] expected, LocatorAssertions.HasClassOptions options)Ensures theLocatorpoints to an element with given CSS classes.voidLocatorAssertions. hasClass(java.util.regex.Pattern expected, LocatorAssertions.HasClassOptions options)Ensures theLocatorpoints to an element with given CSS classes. -
Uses of LocatorAssertions.HasClassOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type LocatorAssertions.HasClassOptions Modifier and Type Method Description voidLocatorAssertionsImpl. hasClass(java.lang.String[] strings, LocatorAssertions.HasClassOptions options)voidLocatorAssertionsImpl. hasClass(java.lang.String text, LocatorAssertions.HasClassOptions options)voidLocatorAssertionsImpl. hasClass(java.util.regex.Pattern[] patterns, LocatorAssertions.HasClassOptions options)voidLocatorAssertionsImpl. hasClass(java.util.regex.Pattern pattern, LocatorAssertions.HasClassOptions options)
-