The information below concerns legacy mobile tests that work with mobile devices connected to the local computer. For new mobile tests, we recommend using the newer cloud-compatible approach. |
The AndroidRunningTaskInfo object contains the following properties:
Property List
Name | Description |
---|---|
BaseActivity
|
Returns the base activity of the running application. |
ID
|
Returns the unique identifier of the application. |
NumberActivities
|
Returns the number of activities in the application. |
NumberRunningActivities
|
Returns the number of running activities in the application. |
TopActivity
|
Returns the currently running activity. |