There was an error while loading. Please reload this page.
1 parent d72dcb4 commit 1702485Copy full SHA for 1702485
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