Can't Find UI Element After Chrome Crash

Hi y’all, we’re having a problem where occasionally when the bot opens up it’s chrome instance to run, it will run into a chrome that had previously crashed and wants to restore.

The problem is it seems to be covering up a UI element that we need to interact with causing the bot to not find the element and error out. Since this isn’t a problem that happens every time the bot runs we presume that the bot closes the chrome tab properly for its next run.

Has anyone interacted with this problem before and is there a way to prevent that popup from interfering with their bots running? The bot runs hourly and works after the fail, we just want to patch up that last bit of failure.

Hi @LILITH

Welcome to the community!

Can you please try with different input methods such as Simulate Click/ Send Windows message for that UI Element if you’re using an input type of activity.
That would sort it out.

Thanks
Happy Automation!