| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.types.input |
| Modifier and Type | Method and Description |
|---|---|
void |
Input.dispatchMouseEvent(DispatchMouseEventType type,
Double x,
Double y,
Integer modifiers,
Double timestamp,
DispatchMouseEventButton button,
Integer buttons,
Integer clickCount,
Double deltaX,
Double deltaY,
DispatchMouseEventPointerType pointerType)
Dispatches a mouse event to the page.
|
| Modifier and Type | Method and Description |
|---|---|
static DispatchMouseEventPointerType |
DispatchMouseEventPointerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DispatchMouseEventPointerType[] |
DispatchMouseEventPointerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.