Uses of Class
com.microsoft.playwright.Locator.SelectOptionOptions
-
Packages that use Locator.SelectOptionOptions Package Description com.microsoft.playwright -
-
Uses of Locator.SelectOptionOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.SelectOptionOptions Modifier and Type Method Description Locator.SelectOptionOptionsLocator.SelectOptionOptions. setForce(boolean force)Whether to bypass the actionability checks.Locator.SelectOptionOptionsLocator.SelectOptionOptions. setNoWaitAfter(boolean noWaitAfter)Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Locator.SelectOptionOptionsLocator.SelectOptionOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.SelectOptionOptions Modifier and Type Method Description List<String>Locator. selectOption(ElementHandle[] values, Locator.SelectOptionOptions options)Selects option or options in<select>.List<String>Locator. selectOption(ElementHandle values, Locator.SelectOptionOptions options)Selects option or options in<select>.List<String>Locator. selectOption(SelectOption[] values, Locator.SelectOptionOptions options)Selects option or options in<select>.List<String>Locator. selectOption(SelectOption values, Locator.SelectOptionOptions options)Selects option or options in<select>.List<String>Locator. selectOption(String[] values, Locator.SelectOptionOptions options)Selects option or options in<select>.List<String>Locator. selectOption(String values, Locator.SelectOptionOptions options)Selects option or options in<select>.
-