Selenium WebDriver – Handling Javascript Popups
In the latest release of Selenium 2.0 WebDriver Alert class is implemented. Get the latest release of Selenium 2.0 from this Download link. Download selenium-server-2.0rc3.zip and unzip into \Libraries folder. Add “selenium-server-standalone-2.0rc3” to the classpath (Add the External Jar to buildpath of the project’s properties in Eclipse IDE). Here, I have taken an example HTML …