Exception Handling Inside invoked Sequence - Studio

Hi All,

I have a query related with exception handling within Studio. I have created a simple automation where opening a invalid website and using type into activity to fill data into one of the fields. As the website being accessed is incorrect. It is throwing exception when executing type into activity. I have included the whole code within try catch but the exception is not being caught. Can you please suggest what might have been wrong here.

Main.xaml (8.7 KB)

I think that the ContinueOnError property in the Open Browser activity is messing with the try-catch. Try setting it to False. Also there is two catches in the catch section, try remove one of them aswell.

Main (1).xaml (10.5 KB)

1 Like