Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.HasValuesOptions
-
Packages that use LocatorAssertions.HasValuesOptions Package Description com.microsoft.playwright.assertions -
-
Uses of LocatorAssertions.HasValuesOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.HasValuesOptions Modifier and Type Method Description LocatorAssertions.HasValuesOptionsLocatorAssertions.HasValuesOptions. setTimeout(double timeout)Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.HasValuesOptions Modifier and Type Method Description voidLocatorAssertions. hasValues(String[] values, LocatorAssertions.HasValuesOptions options)Ensures theLocatorpoints to multi-select/combobox (i.e.voidLocatorAssertions. hasValues(Pattern[] values, LocatorAssertions.HasValuesOptions options)Ensures theLocatorpoints to multi-select/combobox (i.e.
-