Skip to content

Commit a38dc25

Browse files
Merge pull request #461 from SrinivasanTarget/master
Added appWaitDuration capability
2 parents 8b4044a + e6197ad commit a38dc25

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
@@ -46,6 +46,11 @@ public interface AndroidMobileCapabilityType extends CapabilityType {
4646
*/
4747
String APP_WAIT_PACKAGE = "appWaitPackage";
4848

49+
/**
50+
* Timeout in milliseconds used to wait for the appWaitActivity to launch (default 20000).
51+
*/
52+
String APP_WAIT_DURATION = "appWaitDuration";
53+
4954
/**
5055
* Timeout in seconds while waiting for device to become ready.
5156
*/

0 commit comments

Comments
 (0)