What is the correct syntax to instantiate a Chrome session
What is the correct syntax to instantiate a Chrome session
a. WebDriver driver = new chrome()
b. WebDriver driver = new chromeDriver()
c. WebDriver driver = new Driverchrome()
d. WebDriver driver = new ChromeDriver()