There was an error while loading. Please reload this page.
2 parents d72dcb4 + 1702485 commit b442b49Copy full SHA for b442b49
src/main/java/io/appium/java_client/remote/MobileCapabilityType.java
@@ -41,4 +41,7 @@ public interface MobileCapabilityType extends CapabilityType {
41
42
//Sauce-specific
43
String APPIUM_VERSION = "appiumVersion";
44
+
45
+ // capability to accept accento on keyboard
46
+ String UNICODE_KEYBOARD = "unicodeKeyboard";
47
}
0 commit comments