When my bot is running, sometimes I get the error that says "Something went wrong with the Application. At the bottom are a few buttons. How do I program the bot to choose “Skip Item” when this message pops up?
Hi @bjelmer, Try with element exists. If true click close or whatever you want to do else nothing.
If possible show the screenshot of popup for better understanding
Are you trying to get some value from web? In that case you can handle it in try catch block. Add Try Catch block for Get Text activity.
Yes, I’m looking up a value in the web and saving it to Excel. I will give that a try.