| Package | Description |
|---|---|
| com.microsoft.playwright | |
| com.microsoft.playwright.options |
| Modifier and Type | Method and Description |
|---|---|
default List<String> |
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. |
default List<String> |
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. |
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. |
default List<String> |
Page.selectOption(String selector,
SelectOption values)
This method waits for an element matching
selector, waits for actionability checks, waits until all specified options are
present in the <select> element and selects these options. |
default List<String> |
Frame.selectOption(String selector,
SelectOption values)
This method waits for an element matching
selector, waits for actionability checks, waits until all specified options are
present in the <select> element and selects these options. |
default List<String> |
Page.selectOption(String selector,
SelectOption[] values)
This method waits for an element matching
selector, waits for actionability checks, waits until all specified options are
present in the <select> element and selects these options. |
default List<String> |
Frame.selectOption(String selector,
SelectOption[] values)
This method waits for an element matching
selector, waits for actionability checks, waits until all specified options are
present in the <select> element and selects these options. |
List<String> |
Frame.selectOption(String selector,
SelectOption[] values,
Frame.SelectOptionOptions options)
This method waits for an element matching
selector, waits for actionability checks, waits until all specified options are
present in the <select> element and selects these options. |
List<String> |
Page.selectOption(String selector,
SelectOption[] values,
Page.SelectOptionOptions options)
This method waits for an element matching
selector, waits for actionability checks, waits until all specified options are
present in the <select> element and selects these options. |
List<String> |
Frame.selectOption(String selector,
SelectOption values,
Frame.SelectOptionOptions options)
This method waits for an element matching
selector, waits for actionability checks, waits until all specified options are
present in the <select> element and selects these options. |
List<String> |
Page.selectOption(String selector,
SelectOption values,
Page.SelectOptionOptions options)
This method waits for an element matching
selector, waits for actionability checks, waits until all specified options are
present in the <select> element and selects these options. |
| Modifier and Type | Method and Description |
|---|---|
SelectOption |
SelectOption.setIndex(int index) |
SelectOption |
SelectOption.setLabel(String label) |
SelectOption |
SelectOption.setValue(String value) |
Copyright © 2021. All rights reserved.