Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.HasCSSOptions
Packages that use LocatorAssertions.HasCSSOptions
-
Uses of LocatorAssertions.HasCSSOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.HasCSSOptionsModifier and TypeMethodDescriptionLocatorAssertions.HasCSSOptions.setTimeout(double timeout) Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.HasCSSOptionsModifier and TypeMethodDescriptionvoidLocatorAssertions.hasCSS(String name, String value, LocatorAssertions.HasCSSOptions options) Ensures theLocatorresolves to an element with the given computed CSS style.voidLocatorAssertions.hasCSS(String name, Pattern value, LocatorAssertions.HasCSSOptions options) Ensures theLocatorresolves to an element with the given computed CSS style. -
Uses of LocatorAssertions.HasCSSOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type LocatorAssertions.HasCSSOptionsModifier and TypeMethodDescriptionprivate voidLocatorAssertionsImpl.hasCSS(String name, ExpectedTextValue expectedText, Object expectedValue, LocatorAssertions.HasCSSOptions options) voidLocatorAssertionsImpl.hasCSS(String name, String value, LocatorAssertions.HasCSSOptions options) voidLocatorAssertionsImpl.hasCSS(String name, Pattern pattern, LocatorAssertions.HasCSSOptions options)