public interface AndroidDeviceActionShortcuts extends DeviceActionShortcuts
Modifier and Type | Method and Description |
---|---|
void |
sendKeyEvent(int key,
Integer metastate)
Send a key event along with an Android metastate to an Android device
Metastates are things like *shift* to get uppercase characters
|
hideKeyboard, sendKeyEvent
void sendKeyEvent(int key, Integer metastate)
key
- code for the key pressed on the Android devicemetastate
- metastate for the keypressAndroidKeyCode
,
AndroidKeyMetastate
Copyright © 2014. All rights reserved.