java – Page 2 – User friendly Tech help

When we first start with selenium automation our very first line of code comes as :- WebDriver driver = new FireFoxDriver; Have we ever thought what is the meaning of this code of line …WebDriver driver ? Simple answer to this is “WebDriver is an Interface,and we are defining a reference variable(driver) whose type is […]

Was this article helpful?
YesNo

Similar Posts