Package | Description |
---|---|
com.abmash.core.browser.interaction |
Provides classes to interact with the browser and its elements.
|
Modifier and Type | Method and Description |
---|---|
static Select.SelectMethod |
Select.SelectMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Select.SelectMethod[] |
Select.SelectMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Select(Browser browser,
HtmlElement element,
java.lang.String optionQuery,
Select.SelectMethod method) |