Skip to content

Commit dd2a372

Browse files
Merge pull request #591 from priyankshah217/master
Added System Port capability in AndroidMobileCapabilityType
2 parents ab258a2 + 16f34b4 commit dd2a372

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,4 +239,9 @@ public interface AndroidMobileCapabilityType extends CapabilityType {
239239
String ANDROID_SCREENSHOT_PATH = "androidScreenshotPath";
240240

241241
String SELENDROID_PORT = "selendroidPort";
242+
243+
/**
244+
* The port number, which being used by UIAutomator2
245+
*/
246+
String SYSTEM_PORT = "systemPort";
242247
}

0 commit comments

Comments
 (0)