Search Object Result
This object seeks to verify the execution of a process previously inserted into a robot.
Last updated
This object seeks to verify the execution of a process previously inserted into a robot.
Last updated
To use this object, simply drag it to your robot in Studio and define the Main Object.
Field | Description |
---|---|
Title | Title Description |
Select Main Object | Select the variable referring to the object you want to check the result |
Checks if the execution was successful | If the verification option is marked, the object will validate if the execution of the Main Object was successfully carried out. |
It's necessary to have a Main Object to be able to use it properly.
Use this object whenever it is necessary to include validation before continuing to execute the robot. It can be used to validate the result of any other action of an Object. Example: Open an Excel and validate it.
To search and check the execution of Open Excel, after a positive result, the robot runs normally
STEP 1: To set "open excel"
STEP 2: To set "search object result" by selecting Open Excel.
The message Box was used to validate the Object Result Search.
STEP 3: To set "wait" object
STEP 4: Run the robot and check the actions.