| Package | Description |
|---|---|
| com.microsoft.playwright |
| Modifier and Type | Method and Description |
|---|---|
ElementHandle.SelectOptionOptions |
ElementHandle.SelectOptionOptions.setNoWaitAfter(boolean noWaitAfter) |
ElementHandle.SelectOptionOptions |
ElementHandle.SelectOptionOptions.setTimeout(double timeout) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
ElementHandle.selectOption(ElementHandle[] 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(ElementHandle 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. |
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(String[] 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(String 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. |
Copyright © 2021. All rights reserved.