Does Selenium WebDriver work with Chrome?
No, Selenium IDE does not work with Google Chrome. Selenium IDE is a Firefox plugin that only works with Firefox. Selenium WebDriver uses ChromeDriver, a separate application, to control Chrome. The Chromium team looks after it, with aid from WebDriver contributors. If you’re not familiar with Selenium WebDriver, go to the Selenium website.