| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.types.input |
| Modifier and Type | Method and Description |
|---|---|
void |
Input.dispatchKeyEvent(DispatchKeyEventType type)
Dispatches a key event to the page.
|
void |
Input.dispatchKeyEvent(DispatchKeyEventType type,
Integer modifiers,
Double timestamp,
String text,
String unmodifiedText,
String keyIdentifier,
String code,
String key,
Integer windowsVirtualKeyCode,
Integer nativeVirtualKeyCode,
Boolean autoRepeat,
Boolean isKeypad,
Boolean isSystemKey,
Integer location)
Dispatches a key event to the page.
|
| Modifier and Type | Method and Description |
|---|---|
static DispatchKeyEventType |
DispatchKeyEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DispatchKeyEventType[] |
DispatchKeyEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.