mirror of
https://github.com/appium/appium.git
synced 2026-01-25 11:48:49 -06:00
Merge pull request #8527 from KazuCocoa/patch-2
update description for waitForActivity
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|----|-----------|-------|
|
||||
|`appActivity`| Activity name for the Android activity you want to launch from your package. This often needs to be preceded by a `.` (e.g., `.MainActivity` instead of `MainActivity`)|`MainActivity`, `.Settings`|
|
||||
|`appPackage`| Java package of the Android app you want to run|`com.example.android.myApp`, `com.android.settings`|
|
||||
|`appWaitActivity`| Activity name for the Android activity you want to wait for|`SplashActivity`|
|
||||
|`appWaitActivity`| Activity name/names, comma separated, for the Android activity you want to wait for|`SplashActivity`, `SplashActivity,OtherActivity`, `*`, `*.SplashActivity`|
|
||||
|`appWaitPackage`| Java package of the Android app you want to wait for|`com.example.android.myApp`, `com.android.settings`|
|
||||
|`appWaitDuration`| Timeout in milliseconds used to wait for the appWaitActivity to launch (default `20000`)| `30000`|
|
||||
|`deviceReadyTimeout`| Timeout in seconds while waiting for device to become ready|`5`|
|
||||
|
||||
Reference in New Issue
Block a user