Skip to content

Commit 1702485

Browse files
committed
Update MobileCapabilityType.java
capability to accept accento on keyboard see appium#239
1 parent d72dcb4 commit 1702485

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/io/appium/java_client/remote/MobileCapabilityType.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,7 @@ public interface MobileCapabilityType extends CapabilityType {
4141

4242
//Sauce-specific
4343
String APPIUM_VERSION = "appiumVersion";
44+
45+
// capability to accept accento on keyboard
46+
String UNICODE_KEYBOARD = "unicodeKeyboard";
4447
}

0 commit comments

Comments
 (0)