| 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) |
void |
OperaDesktopDriver.keyDown(String key,
List<SystemInputProtos.ModifierPressed> modifiers)
Press Key.
|
void |
OperaDesktopDriver.keyPress(String key,
List<SystemInputProtos.ModifierPressed> modifiers)
Press Key with modifiers held down.
|
void |
OperaDesktopDriver.keyUp(String key,
List<SystemInputProtos.ModifierPressed> modifiers)
Release key.
|
| Modifier and Type | Method and Description |
|---|---|
static SystemInputProtos.ModifierPressed |
SystemInputProtos.ModifierPressed.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SystemInputProtos.ModifierPressed |
SystemInputProtos.ModifierPressed.valueOf(int value) |
static SystemInputProtos.ModifierPressed |
SystemInputProtos.ModifierPressed.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemInputProtos.ModifierPressed[] |
SystemInputProtos.ModifierPressed.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.ModifierPressed> |
SystemInputProtos.ModifierPressed.internalGetValueMap() |
Copyright © 2013. All Rights Reserved.