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