What is a Chrome WebDriver?
A ChromeDriver is a standalone executable or isolated server that Selenium WebDriver employs to open Google Chrome. A WebDriver is a bundle of APIs used it to perform automated website testing.
Run the following command to initialize the ChromeDriver object:
WebDriver driver = new ChromeDriver