| Package | Description |
|---|---|
| com.opera.core.systems |
Provides OperaDriver and associated classes.
|
| com.opera.core.systems.scope.protos | |
| com.opera.core.systems.scope.services.desktop | |
| com.opera.core.systems.scope.stp.services.desktop |
| Modifier and Type | Method and Description |
|---|---|
void |
OperaUIElement.click(SystemInputProtos.MouseInfo.MouseButton button,
int numClicks,
List<SystemInputProtos.ModifierPressed> modifiers) |
| Modifier and Type | Method and Description |
|---|---|
SystemInputProtos.MouseInfo.MouseButton |
SystemInputProtos.MouseInfoOrBuilder.getButton() |
SystemInputProtos.MouseInfo.MouseButton |
SystemInputProtos.MouseInfo.getButton() |
SystemInputProtos.MouseInfo.MouseButton |
SystemInputProtos.MouseInfo.Builder.getButton() |
static SystemInputProtos.MouseInfo.MouseButton |
SystemInputProtos.MouseInfo.MouseButton.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SystemInputProtos.MouseInfo.MouseButton |
SystemInputProtos.MouseInfo.MouseButton.valueOf(int value) |
static SystemInputProtos.MouseInfo.MouseButton |
SystemInputProtos.MouseInfo.MouseButton.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemInputProtos.MouseInfo.MouseButton[] |
SystemInputProtos.MouseInfo.MouseButton.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<SystemInputProtos.MouseInfo.MouseButton> |
SystemInputProtos.MouseInfo.MouseButton.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SystemInputProtos.MouseInfo.Builder |
SystemInputProtos.MouseInfo.Builder.setButton(SystemInputProtos.MouseInfo.MouseButton value) |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemInput.click(Point location,
SystemInputProtos.MouseInfo.MouseButton button,
int numClicks,
List<SystemInputProtos.ModifierPressed> modifiers)
Clicks MouseButton a specified number of times with zero or more modifiers held down.
|
void |
SystemInput.mouseDown(Point location,
SystemInputProtos.MouseInfo.MouseButton button,
List<SystemInputProtos.ModifierPressed> modifiers) |
void |
SystemInput.mouseMove(Point location,
SystemInputProtos.MouseInfo.MouseButton button,
List<SystemInputProtos.ModifierPressed> modifiers) |
void |
SystemInput.mouseUp(Point location,
SystemInputProtos.MouseInfo.MouseButton button,
List<SystemInputProtos.ModifierPressed> modifiers) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeSystemInputManager.click(Point location,
SystemInputProtos.MouseInfo.MouseButton button,
int numClicks,
List<SystemInputProtos.ModifierPressed> modifiers) |
void |
ScopeSystemInputManager.mouseDown(Point location,
SystemInputProtos.MouseInfo.MouseButton button,
List<SystemInputProtos.ModifierPressed> modifiers) |
void |
ScopeSystemInputManager.mouseMove(Point location,
SystemInputProtos.MouseInfo.MouseButton button,
List<SystemInputProtos.ModifierPressed> modifiers) |
void |
ScopeSystemInputManager.mouseUp(Point location,
SystemInputProtos.MouseInfo.MouseButton button,
List<SystemInputProtos.ModifierPressed> modifiers) |
Copyright © 2013. All Rights Reserved.