What is WebDriver driver?
It is a web automation framework which allows us to execute test across various browsers. It can execute multiple tests over multiple browsers on multiple OS. WebDriver makes it possible to write a test script in Linux and run it in Windows. What exactly is a WebDriver driver? WebDriver is an interface and all the methods which are declared in …