Selenium 2.0 WebDriver – A Test Automation example
Getting started with webdriver requires some idea on “how to use the APIs” provided by the Selenium 2 Webdriver. Some of the useful APIs were discussed in detail in “Useful APIs of WebDriver”. Example of automating a web page with these APIs explains the Test Automation with WebDriver better. I have created a sample web …