Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.HasClassOptions
Packages that use LocatorAssertions.HasClassOptions
-
Uses of LocatorAssertions.HasClassOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.HasClassOptionsModifier and TypeMethodDescriptionLocatorAssertions.HasClassOptions.setTimeout(double timeout) Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.HasClassOptionsModifier and TypeMethodDescriptionvoidLocatorAssertions.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. -
Uses of LocatorAssertions.HasClassOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type LocatorAssertions.HasClassOptionsModifier and TypeMethodDescriptionvoidLocatorAssertionsImpl.hasClass(String[] strings, LocatorAssertions.HasClassOptions options) voidLocatorAssertionsImpl.hasClass(String text, LocatorAssertions.HasClassOptions options) voidLocatorAssertionsImpl.hasClass(Pattern[] patterns, LocatorAssertions.HasClassOptions options) voidLocatorAssertionsImpl.hasClass(Pattern pattern, LocatorAssertions.HasClassOptions options)