Handling Chrome pop-up prompts

I’m currently building a automation that fills out a form.
Part of the process handles errors while filling out the form and heads back to the main menu.
How do I handle chrome pop ups when I need to leave the form.
The pop up isn’t clickable.
The check box option only saves it to the session.
So when the bot runs again it doesn’t remember that this option has been checked

@Michael_Wilson

Welcome to our UiPath Community.

Try with Computer Vision activities and it should work here.

1 Like

hi bro.can cv activities used everywhere or only in virtual machine?

@Michael_Wilson
1.Try not to save check box in your process.
2. You can use Send Hot Key press f5 and enter to continue your session.