This section provides information and samples on how to automate common tasks, such as searching for objects in the application under test, checking the state of an object and so on.
In This Section
Checking Whether an Object Exists
Explains how you can check whether a specific object exists in your tested application at the moment.
Explains how you can check the current state of objects in your tested application.
Explains how you can find an object in your tested application by its property values.
Waiting for an Object, Process or Window Activation
Explains how to wait until a specific process or window becomes available before continuing the test.
Waiting for an Object to Have a Specific Property Value
Explains how to wait until an object has a specific property value before continuing the test.
Waiting for Object State Changes
Explains how to wait until the state of an object changes before continuing the test.