Saved Bookmarks
| 1. |
What Is Selenium Webdriver? |
|
Answer» Selenium WebDriver is a tool for WRITING automated tests of websites. It is an API name and aims to MIMIC the behaviour of a real user, and as such interacts with the HTML of the application. Selenium WebDriver is the successor of Selenium Remote CONTROL which has been officially deprecated. Selenium WebDriver is a tool for writing automated tests of websites. It is an API name and aims to mimic the behaviour of a real user, and as such interacts with the HTML of the application. Selenium WebDriver is the successor of Selenium Remote Control which has been officially deprecated. |
|