Package io.appium.java_client
Interface HidesKeyboard
-
- All Superinterfaces:
ExecutesMethod
- All Known Subinterfaces:
HidesKeyboardWithKeyName
- All Known Implementing Classes:
AndroidDriver
,IOSDriver
public interface HidesKeyboard extends ExecutesMethod
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
hideKeyboard()
Hides the keyboard if it is showing.-
Methods inherited from interface io.appium.java_client.ExecutesMethod
execute, execute
-
-