Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.HasValuesOptions
Packages that use LocatorAssertions.HasValuesOptions
-
Uses of LocatorAssertions.HasValuesOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.HasValuesOptionsModifier and TypeMethodDescriptionLocatorAssertions.HasValuesOptions.setTimeout(double timeout) Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.HasValuesOptionsModifier and TypeMethodDescriptionvoidLocatorAssertions.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. -
Uses of LocatorAssertions.HasValuesOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type LocatorAssertions.HasValuesOptionsModifier and TypeMethodDescriptionvoidLocatorAssertionsImpl.hasValues(String[] values, LocatorAssertions.HasValuesOptions options) voidLocatorAssertionsImpl.hasValues(Pattern[] patterns, LocatorAssertions.HasValuesOptions options)