Action group: Base actions
This action is designed to handle exceptions in selected actions.
There can be several of these blocks, then the parameter "Exceptions for CATCH <sequence number>" will be created for each of the added blocks
Exceptions - exceptions collection that must be processed within the corresponding Catch clause
There may be several of these collections, then the parameter "Exceptions for CATCH <sequence number>" will be created for each of the added collections
3. Finally clause - actions to be taken either way
The output is an error that occurred within the Try clause
Property | Description | Type | Filling example | Mandatory field |
---|---|---|---|---|
Parameters | ||||
Exceptions | Exceptions collection that must be processed within the corresponding Catch clause. | Robin.Collection | Yes | |
Results | ||||
Error | Error that occurred within Try clause. | Robin.Exception |
If there are no actions in the Catch clause(s), the studio will continue working, ignoring the caught errors.
If there are no actions in the Finally clause, the studio will continue working.
Filled in parameters of the "Try-Catch" action:
Thus, if the web-element is not found, the robot will perform the action from the "Catch" clause, and if there is an unknown error, the robot will perform the action from the "CATCH 2" clause.
3. Fill in parameters of the "Try-Catch" action.
The parameters are filled in the format of a collection, which is a list of exceptions that the corresponding Catch sequence is designed to handle.
Several types of errors are available. To select an error type, click on the selected type and then on the arrow next to it.
After moving all required error types, click the "Save" button.
Example of the filled parameters:
Example of filled parameters for several "Catch" clauses.
The Finally clause is a non-mandatory clause. The actions specified in this clause will be executed regardless of whether an error occurs or not. If there are no actions in the Finally clause, the robot will continue its work.
Example of the filled Finally clause:
Above the general aspects of working with the "Try-Catch" action have been considered. Let's consider the case "Weather", where the work of this action is demonstrated.
The robot needs to go to a search engine, search for "Weather" and get today's temperature and then save it to an Excel-file.
The task is simple, but errors may occur during its execution.
Use the "Try-Catch" action for handling potential errors.
5. Fill in the parameters: select the types of errors that can occur while working with the actions of the "Browsers" group for the "Catch" clause.
And the types of errors that can occur as a result of working with the Excel group actions from those suggested for the CATCH 2 clause.
Then a message from the Finally clause appeared on the screen.
An error occurred while the robot was running, analyzing the log in the studio, you can see how the robot stopped working with the actions in the "Try" clause, went to the "CATCH 2" clause and displayed an informational message.
Due to the presence of the "Try-Cath" clause, the robot completed its work without errors, even though an error occurred when opening the file.