Uses of Class
com.microsoft.playwright.Frame.SelectOptionOptions
Packages that use Frame.SelectOptionOptions
-
Uses of Frame.SelectOptionOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.SelectOptionOptionsModifier and TypeMethodDescriptionFrame.SelectOptionOptions.setForce(boolean force) Whether to bypass the actionability checks.Frame.SelectOptionOptions.setNoWaitAfter(boolean noWaitAfter) Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Frame.SelectOptionOptions.setStrict(boolean strict) When true, the call requires selector to resolve to a single element.Frame.SelectOptionOptions.setTimeout(double timeout) Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Frame.SelectOptionOptionsModifier and TypeMethodDescriptionFrame.selectOption(String selector, ElementHandle[] values, Frame.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.Frame.selectOption(String selector, ElementHandle values, Frame.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.Frame.selectOption(String selector, SelectOption[] values, Frame.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.Frame.selectOption(String selector, SelectOption values, Frame.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.Frame.selectOption(String selector, String[] values, Frame.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.Frame.selectOption(String selector, String values, Frame.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 Frame.SelectOptionOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Frame.SelectOptionOptionsModifier and TypeMethodDescriptionFrameImpl.selectOption(String selector, ElementHandle[] values, Frame.SelectOptionOptions options) FrameImpl.selectOption(String selector, ElementHandle value, Frame.SelectOptionOptions options) FrameImpl.selectOption(String selector, SelectOption[] values, Frame.SelectOptionOptions options) FrameImpl.selectOption(String selector, SelectOption value, Frame.SelectOptionOptions options) FrameImpl.selectOption(String selector, String[] values, Frame.SelectOptionOptions options) FrameImpl.selectOption(String selector, String value, Frame.SelectOptionOptions options) FrameImpl.selectOptionImpl(String selector, ElementHandle[] values, Frame.SelectOptionOptions options) FrameImpl.selectOptionImpl(String selector, SelectOption[] values, Frame.SelectOptionOptions options) FrameImpl.selectOptionImpl(String selector, String[] values, Frame.SelectOptionOptions options)