Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.HasClassOptions
-
Packages that use LocatorAssertions.HasClassOptions Package Description com.microsoft.playwright.assertions -
-
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(String[] expected, LocatorAssertions.HasClassOptions options)Ensures theLocatorpoints to an element with given CSS classes.voidLocatorAssertions. hasClass(String expected, LocatorAssertions.HasClassOptions options)Ensures theLocatorpoints to an element with given CSS classes.voidLocatorAssertions. hasClass(Pattern[] expected, LocatorAssertions.HasClassOptions options)Ensures theLocatorpoints to an element with given CSS classes.voidLocatorAssertions. hasClass(Pattern expected, LocatorAssertions.HasClassOptions options)Ensures theLocatorpoints to an element with given CSS classes.
-