public class SelectOptions extends Object
| Constructor and Description |
|---|
SelectOptions() |
| Modifier and Type | Method and Description |
|---|---|
static Question<List<String>> |
of(org.openqa.selenium.By byLocator) |
static Question<List<String>> |
of(String locator) |
static Question<List<String>> |
of(Target target) |
static Question<List<List<String>>> |
ofEach(org.openqa.selenium.By byLocator) |
static Question<List<List<String>>> |
ofEach(String locator) |
static Question<List<List<String>>> |
ofEach(Target target) |
Copyright © 2021. All rights reserved.