
Likewise, we have SafariDriver for Safari browser, GeckoDriver for Firefox, EdgeDriver for Microsoft Edge, InternetExplorerDriver for InternetExplorer and so on.ĬhromeDriver is actually the WebDriver for Chrome.ĬhromeDriver is available for Chrome on Desktop (Mac, Linux, Windows and ChromeOS).īefore proceeding to the download steps, we need to check our chrome browser version in order to download compatible version of ChromeDriver for Chrome. So, ChromeDriver came to aid Selenium WebDriver to perform these actions on Chrome browser. ChromeDriver - WebDriver for Chrome - Downloads Downloads Current Releases If you are using Chrome version 111, please download ChromeDriver 1.64 If you are using Chrome version 110, please download ChromeDriver 1.77 If you are using Chrome version 109, please download ChromeDriver 1. It needs support from browser to complete user actions. It provides capabilities for navigating to web pages, user inputs, user actions, JavaScript execution, and more.īut Selenium WebDriver can’t perform the above mentioned actions on its own.

Selenium WebDriver is an open source tool for automated testing of web applications across different browsers. In order to run our selenium webdriver automation scripts on chrome/firefox browsers, we have to download the binary/.exe files like Chromedriver.exe and geckodriver.exe.

In this post, we will learn about how to download ChromeDriver for Mac.
