Skip to content

Commit b442b49

Browse files
committed
Merge pull request appium#251 from eliasnogueira/patch-1
Update MobileCapabilityType.java
2 parents d72dcb4 + 1702485 commit b442b49

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)