First you need to download driver Server for chrome.Selenium WebDriver works very well with Mozilla Firefox because it has a built in driver server. But the same is not true Google Chrome.Google Chrome doesn’t have a built-in server so you will need a Chrome driver server for communicating your Selenium code to the browser. You can download the Chrome driver server from here.



