Uses of Class
com.microsoft.playwright.Page.SelectOptionOptions
Packages that use Page.SelectOptionOptions
-
Uses of Page.SelectOptionOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.SelectOptionOptionsModifier and TypeMethodDescriptionPage.SelectOptionOptions.setForce(boolean force) Whether to bypass the actionability checks.Page.SelectOptionOptions.setNoWaitAfter(boolean noWaitAfter) Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Page.SelectOptionOptions.setStrict(boolean strict) When true, the call requires selector to resolve to a single element.Page.SelectOptionOptions.setTimeout(double timeout) Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.SelectOptionOptionsModifier and TypeMethodDescriptionPage.selectOption(String selector, ElementHandle[] values, Page.SelectOptionOptions options) This method waits for an element matchingselector, waits for actionability checks, waits until all specified options are present in the<select>element and selects these options.Page.selectOption(String selector, ElementHandle values, Page.SelectOptionOptions options) This method waits for an element matchingselector, waits for actionability checks, waits until all specified options are present in the<select>element and selects these options.Page.selectOption(String selector, SelectOption[] values, Page.SelectOptionOptions options) This method waits for an element matchingselector, waits for actionability checks, waits until all specified options are present in the<select>element and selects these options.Page.selectOption(String selector, SelectOption values, Page.SelectOptionOptions options) This method waits for an element matchingselector, waits for actionability checks, waits until all specified options are present in the<select>element and selects these options.Page.selectOption(String selector, String[] values, Page.SelectOptionOptions options) This method waits for an element matchingselector, waits for actionability checks, waits until all specified options are present in the<select>element and selects these options.Page.selectOption(String selector, String values, Page.SelectOptionOptions options) This method waits for an element matchingselector, waits for actionability checks, waits until all specified options are present in the<select>element and selects these options. -
Uses of Page.SelectOptionOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.SelectOptionOptionsModifier and TypeMethodDescriptionPageImpl.selectOption(String selector, ElementHandle[] values, Page.SelectOptionOptions options) PageImpl.selectOption(String selector, ElementHandle value, Page.SelectOptionOptions options) PageImpl.selectOption(String selector, SelectOption[] values, Page.SelectOptionOptions options) PageImpl.selectOption(String selector, SelectOption value, Page.SelectOptionOptions options) PageImpl.selectOption(String selector, String[] values, Page.SelectOptionOptions options) PageImpl.selectOption(String selector, String value, Page.SelectOptionOptions options)