
io.appium.java_client.remote.HideKeyboardStrategy Maven / Gradle / Ivy
package io.appium.java_client.remote;
public interface HideKeyboardStrategy {
String TAP_OUTSIDE = "tapOutside";
String PRESS_KEY = "pressKey";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy