Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.HasCSSOptions
-
Packages that use LocatorAssertions.HasCSSOptions Package Description com.microsoft.playwright.assertions com.microsoft.playwright.impl -
-
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(java.lang.String name, java.lang.String value, LocatorAssertions.HasCSSOptions options)Ensures theLocatorresolves to an element with the given computed CSS style.voidLocatorAssertions. hasCSS(java.lang.String name, java.util.regex.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.HasCSSOptions Modifier and Type Method Description private voidLocatorAssertionsImpl. hasCSS(java.lang.String name, ExpectedTextValue expectedText, java.lang.Object expectedValue, LocatorAssertions.HasCSSOptions options)voidLocatorAssertionsImpl. hasCSS(java.lang.String name, java.lang.String value, LocatorAssertions.HasCSSOptions options)voidLocatorAssertionsImpl. hasCSS(java.lang.String name, java.util.regex.Pattern pattern, LocatorAssertions.HasCSSOptions options)
-