What is Webdriver driver ChromeDriver?
Selenium WebDriver provides an interface called WebDriver. Interfaces in Java are a collection of constants and abstract methods, as we all know (methods without any implementation). The WebDriver interface acts as a contract that must be followed by each browser-specific implementation, such as ChromeDriver and FireFoxDriver.