List<String> |
Page.selectOption(String selector,
ElementHandle[] 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> |
Page.selectOption(String selector,
ElementHandle 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> |
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> |
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> |
Page.selectOption(String selector,
String[] 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> |
Page.selectOption(String selector,
String 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.
|