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)
Deprecated.
This API is deprecated and will be removed in the future.
|
hideKeyboardexecute, executeassertExtensionExists, markExtensionAbsencedefault void hideKeyboard(java.lang.String keyName)
keyName - The button pressed by the mobile driver to attempt hiding the
keyboard.@Deprecated
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".