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