hie . i need to click on that X sign on restore popup which appears on edge which will work both for my studio and server . disclaimer :cant handle this popup on browser
You could use the browser in InPrivate mode. That way the popup won’t appear and you don’t need to worry about it. Just remember to allow the browser extension for access in InPrivate (Studio - Open browser in InPrivate mode).
no i need to handle this through activities only
Two ways are there
Classic Click activity - Use classic click activity and indicate the X to close the popup. Remember to set Continue on Error=True. This will close the popup if there and if it’s not, it will continue to next activity.
Modern Click - Use a Use application/browser activity inside your current browser scope.
Indicate the popup as application. Use a click activity to close the popup. Remember to set Continue on Error=True. This will close the popup if there and if it’s not, it will continue to next activity.
I think if you have to close this popup always then why not disable it. Follow this to disable restore popup.
