The following methods are common for all Process objects in mobile applications.
Method List
| Name | Description | 
|---|---|
Background
 | 
Switches the process to the background mode. | 
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. | 
FindEx
 | 
Searches for a child object that has the specified property values during the specified timeout period. | 
FindId
 | 
Returns a child object by its identifier. | 
Refresh
 | 
Refreshes the child object list. | 
Reset
 | 
Restores the tested application to its initial state and restarts the application. | 
Terminate
 | 
Terminates the process. | 
Validate
 | 
Obsolete. Generates the OnValidate event for the object. | 
WaitChild
 | 
Waits until the specified child object becomes available during the timeout period. | 
WaitProperty
 | 
Waits until the specified object property achieves the specified value during the timeout period. | 
