public interface HidesKeyboardWithKeyName extends HidesKeyboard
Modifier and Type | Method and Description |
---|---|
default void |
hideKeyboard(java.lang.String keyName)
Hides the keyboard by pressing the button specified by keyName if it is
showing.
|
default void |
hideKeyboard(java.lang.String strategy,
java.lang.String keyName)
Hides the keyboard if it is showing.
|
hideKeyboard
execute, execute
default void hideKeyboard(java.lang.String keyName)
keyName
- The button pressed by the mobile driver to attempt hiding the
keyboard.default void hideKeyboard(java.lang.String strategy, java.lang.String keyName)
strategy
- HideKeyboardStrategy.keyName
- a String, representing the text displayed on the button of the
keyboard you want to press. For example: "Done".