What is Selenium WebDriver | Architecture, Advantage
In this tutorial, we will learn about Selenium WebDriver that is the successor of Selenium RC. In the earlier version of selenium, Selenium RC needs a server that must be started before executing test scripts, but WebDriver does not require any server to execute the tests on a particular browser. … Read more