Uses of Class
com.microsoft.playwright.options.SelectOption
Packages that use SelectOption
Package
Description
-
Uses of SelectOption in com.microsoft.playwright
Methods in com.microsoft.playwright with parameters of type SelectOptionModifier and TypeMethodDescriptionElementHandle.selectOption(SelectOption values) This method waits for actionability checks, waits until all specified options are present in the<select>element and selects these options.ElementHandle.selectOption(SelectOption[] values) This method waits for actionability checks, waits until all specified options are present in the<select>element and selects these options.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.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.Frame.selectOption(String selector, SelectOption values) 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) 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.Locator.selectOption(SelectOption values) Selects option or options in<select>.Locator.selectOption(SelectOption[] values) 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>.Page.selectOption(String selector, SelectOption values) 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) 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. -
Uses of SelectOption in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type SelectOptionModifier and TypeMethodDescriptionElementHandleImpl.selectOption(SelectOption[] values, ElementHandle.SelectOptionOptions options) ElementHandleImpl.selectOption(SelectOption value, ElementHandle.SelectOptionOptions options) FrameImpl.selectOption(String selector, SelectOption[] values, Frame.SelectOptionOptions options) FrameImpl.selectOption(String selector, SelectOption value, Frame.SelectOptionOptions options) LocatorImpl.selectOption(SelectOption[] values, Locator.SelectOptionOptions options) LocatorImpl.selectOption(SelectOption values, Locator.SelectOptionOptions options) PageImpl.selectOption(String selector, SelectOption[] values, Page.SelectOptionOptions options) PageImpl.selectOption(String selector, SelectOption value, Page.SelectOptionOptions options) FrameImpl.selectOptionImpl(String selector, SelectOption[] values, Frame.SelectOptionOptions options) -
Uses of SelectOption in com.microsoft.playwright.options
Methods in com.microsoft.playwright.options that return SelectOptionModifier and TypeMethodDescriptionSelectOption.setIndex(int index) Matches by the index.Matches byoption.label.Matches byoption.value.