Handling Alerts/ Popups is one of the challenging tasks while automating the web application. There are mainly two types of alerts : Windows based alertsWeb based alerts As we know already, Selenium is not able to handle Window based alerts, we need to use some third party tools to get our work done. What is Alert ? …
Continue reading “How to handle Alerts / Popups in Selenium WebDriver?”