This video describes how to handle alert pop up using Selenium. It will also let you know about WebDriver’s Alert Interface to handle web based pop ups and Robot Class to handle window based pop ups.
Robot class
How to close an alert window?
I have come across situations where I have to tackle with alert windows coming up on to my screen randomly i.e. when I am not sure of their occurring behavior. Thus, in this article, our major focus would remain on “How to close an alert window”. Lately, while developing a […]