Page 1 of 1

A developer created a robot to do the following: 1. Launch Internet Explorer 2. Scrape the data 3. Store the data in Mic

Posted: Wed Mar 15, 2023 5:19 am
by answerhappygod
A developer created a robot to do the following:
1. Launch Internet Explorer
2. Scrape the data
3. Store the data in Microsoft Excel
4. Close Internet Explorer
If there is an exception in Step 2 or Step 3, the process should still perform Step 4. Which block of the Try Catch activity allows Step 4 to execute whether or not there is an exception in Step 2 or Step 3?

A. Application Exception Catch Block
B. Business Exception Catch Block
C. Finally Block
D. Try Block