Interface HidesKeyboardWithKeyName

    • Method Detail

      • hideKeyboard

        default void hideKeyboard​(java.lang.String keyName)
        Hides the keyboard by pressing the button specified by keyName if it is showing.
        Parameters:
        keyName - The button pressed by the mobile driver to attempt hiding the keyboard.
      • hideKeyboard

        default void hideKeyboard​(java.lang.String strategy,
                                  java.lang.String keyName)
        Hides the keyboard if it is showing. Hiding the keyboard often depends on the way an app is implemented, no single strategy always works.
        Parameters:
        strategy - HideKeyboardStrategy.
        keyName - a String, representing the text displayed on the button of the keyboard you want to press. For example: "Done".