I am doing web Automation, but my process get fails at run time on website due to may be website is in loading state, website not working, internet issues, selector or UI element not found on website. Then I used try catch, in catch I used system.exception and how I can get name of acivity & website selector/UI element name where the exact process get fails.
In assign activity I used exception.source +==+ exception.message, but result not get as per my expectation. I am using current version 22.4.4
It is working when the main file is inside the try catch block, but when a system exception occurs in the child sequence I create an out argument. In the main file in catch block these out arguments got blank value.
How can I get these out arguments values when a system exception occurs in child sequence?