Selenium 2.0 WebDriver – Some useful APIs
To start with WebDriver we need to learn about some of the useful APIs that are provided for automating user actions on an application. Let us list some of the actions that we need to automate while automating a test case: Click a link, button Type value in an Edit box Select a value from …