Try Catch Issue - Browser

Hey,

I try to embed a Try Catch function in a browser application. This problem arises in the Try function. And the Bot is not continuing with the Catch function. Who can help me with that?

image

@kira1313
It seems that neither your application is opened nor the UI element is visible on the screen.
Make sure that the browser/application is opened at runtime and Indicate the correct target UI element in Try section.

may you please let me know what you have added in Catch section and what type of exception you take for catch.

I tried the systems.exception … and added just a log message with a warn.
The UI element is a login page which when I open the URL It is automatically changing to an authentication page, this might be the reason why the bot has issues to find the element.