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