What is the correct syntax to instantiate a Chrome session

Questions & AnswersCategory: Programming LanguageWhat is the correct syntax to instantiate a Chrome session
Adam asked 2 years ago

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()