All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.appium.java_client.DeviceActionShortcuts Maven / Gradle / Ivy

There is a newer version: 9.3.0
Show newest version
package io.appium.java_client;


public interface DeviceActionShortcuts {

	/**
	   * Hides the keyboard if it is showing.
	   * On iOS, there are multiple strategies for hiding the keyboard. Defaults to the "tapOutside" strategy (taps outside the keyboard).
	   * Switch to using hideKeyboard(HideKeyboardStrategy.PRESS_KEY, "Done") if this doesn't work.
	   */
	  public void hideKeyboard();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy