In this Selenium Webdriver Tutorial, we will understand about WebDriver Interface and how to read Selenium WebDriver Java doc.
We will understand the reason behind the commands:
WebDriver driver = new ChromeDriver();
OR
WebDriver driver = new FirefoxDriver();
or any other browser objects.