Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.HasCSSOptions
-
Packages that use LocatorAssertions.HasCSSOptions Package Description com.microsoft.playwright.assertions -
-
Uses of LocatorAssertions.HasCSSOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.HasCSSOptions Modifier and Type Method Description LocatorAssertions.HasCSSOptionsLocatorAssertions.HasCSSOptions. setTimeout(double timeout)Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.HasCSSOptions Modifier and Type Method Description voidLocatorAssertions. 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.
-