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