We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b4044a + e6197ad commit a38dc25Copy full SHA for a38dc25
src/main/java/io/appium/java_client/remote/AndroidMobileCapabilityType.java
@@ -46,6 +46,11 @@ public interface AndroidMobileCapabilityType extends CapabilityType {
46
*/
47
String APP_WAIT_PACKAGE = "appWaitPackage";
48
49
+ /**
50
+ * Timeout in milliseconds used to wait for the appWaitActivity to launch (default 20000).
51
+ */
52
+ String APP_WAIT_DURATION = "appWaitDuration";
53
+
54
/**
55
* Timeout in seconds while waiting for device to become ready.
56
0 commit comments