HI
How to close pop ups during web automation
i use “Element exits” activity to identify the popup and use click activity inside the if activity to close if the condition is true
Any other method to handle this
Thanks in advance
HI
How to close pop ups during web automation
i use “Element exits” activity to identify the popup and use click activity inside the if activity to close if the condition is true
Any other method to handle this
Thanks in advance
Sounds like you aren’t working in modern. You should be. It’s much superior to classic activities. The modern Check App State is much better than Element Exists.
Hi @jai_kumar2
Hope it helps!!
This was very helpful!
Do you know how I can you loop this action? Say-if I am downloading a large Winzip file and multiple files pop-up with an error message?
Hi @laurabjackson what I use to loop through files in a folder is for each activity, that’s what you will most likely see everyone use. A few videos on youtube should give you a the the best ways to use that activity.
Hope this helps.
You could uses a parallel activity to both check for this popup and the downloaded files. If there’s multiple files to download, is it always the same amount of files or can this vary?