Hello, I’m using a “GetVisibleText” activity to retrieve a text from a browser. Depending if the user is logged in to the webpage, the result can be valid and stored in a variable or otherwise the “GetVisibleText” activity goes into error.
The activity is marked as “Continueonerror” = TRUE in order to let the flow continue to run.
On unattended robot, the automation is working.
I have tried to run same automation in attended mode runned from a bat file. In case the GetVisibleText is stored in a variable, the flow gets executed normally. if we have the error, instead of proceeding with different activities, the flow suddenly stops. do you know why?
how can i solve this?