public interface IOSDeviceActionShortcuts extends DeviceActionShortcuts
Modifier and Type | Method and Description |
---|---|
void |
hideKeyboard(String keyName)
Hides the keyboard by pressing the button specified by keyName if it is
showing.
|
void |
hideKeyboard(String strategy,
String keyName)
Hides the keyboard if it is showing.
|
void |
shake()
Simulate shaking the device
|
hideKeyboard, sendKeyEvent
void hideKeyboard(String keyName)
keyName
- The button pressed by the mobile driver to attempt hiding the
keyboardvoid hideKeyboard(String strategy, String keyName)
strategy
- HideKeyboardStrategykeyName
- a String, representing the text displayed on the button of the
keyboard you want to press. For example: "Done"void shake()
Copyright © 2014. All rights reserved.