I need to handle random popup in application.How to handle this.
hi @sruthesanju
You can try like
- Element exist and indicate on the popup and store them in a variable “ExistPopup” and set milliseconds property to 2000 or what ever time you want
- If and give the condition as Existpopup
- True-> Click ok and continue the process or throw an error that is based on your requirements
- False → Keep that empty so that it will directly go to next step
So the skeleton will be like this
Follow the same for all the random popup
Hope this Helps!
Is there any way to use something like parallel
hi @sruthesanju
you can use this
left secuence your handle popup, check if it exist and click to close
right secuence is to perform your activities. And in the parallel condicion put it as false to execute all the secuences
also you can refer from this video
hope it helps
best regards!
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.