Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.HasValueOptions
-
Packages that use LocatorAssertions.HasValueOptions Package Description com.microsoft.playwright.assertions -
-
Uses of LocatorAssertions.HasValueOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.HasValueOptions Modifier and Type Method Description LocatorAssertions.HasValueOptions
LocatorAssertions.HasValueOptions. setTimeout(double timeout)
Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.HasValueOptions Modifier and Type Method Description void
LocatorAssertions. hasValue(String value, LocatorAssertions.HasValueOptions options)
Ensures theLocator
points to an element with the given input value.void
LocatorAssertions. hasValue(Pattern value, LocatorAssertions.HasValueOptions options)
Ensures theLocator
points to an element with the given input value.
-