The following methods are common for all Android process objects.
Property List
Name | Description |
---|---|
Child
|
Returns a child object by its index. |
Find
|
Searches for a child object that has the specified property values. |
FindAll
|
Returns an array of child objects that have the specified property values. |
FindAllChildren
|
Returns an array of child objects that have the specified property values. |
FindChild
|
Searches for a child object that has the specified property values. |
FindId
|
Returns a child object by its identifier. |
Refresh
|
Refreshes the child object list. |
Validate
|
Obsolete. Generates the OnValidate event for the object. |
WaitActivity
|
Waits until the specified activity becomes active on the device. |
WaitChild
|
Waits until the specified child object becomes available during the timeout period. |
WaitForControlWithText
|
Waits until a control with the specified text becomes available on the device. |
WaitProperty
|
Waits until the specified object property achieves the specified value during the timeout period. |