io.appium.java_client.remote.HideKeyboardStrategy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
Java client for Appium Mobile Webdriver
package io.appium.java_client.remote;
public interface HideKeyboardStrategy {
String TAP_OUTSIDE = "tapOutside";
String PRESS_KEY = "pressKey";
}