Action
Checks if an object exists in the application under test.
Syntax
TestObject.Exists()
Example
Assume you have an object with the name
myObject that you want to interact with. To check if
the object exists in the application under test, you can use the following
code:
myObject.Exists()