| Package | Description |
|---|---|
| jp.vmi.selenium.selenese.javascript |
| Modifier and Type | Method and Description |
|---|---|
static JSLibrary.KeyEventType |
JSLibrary.KeyEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSLibrary.KeyEventType[] |
JSLibrary.KeyEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JSLibrary.triggerKeyEvent(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.WebElement element,
JSLibrary.KeyEventType eventType,
String keySequence,
ModifierKeyState keyState)
Trigger key event.
|
Copyright © 2017. All rights reserved.