Once you download the zip file, unzip it to retrieve chromedriver.exe With this, we complete the download process for ChromeDriver. In our next article, we will focus on creating a selenium project in Eclipse, where we will use this chrome driver and the jar files that we downloaded in the previous article. I know my query is very similar to other questions asked before, but I am working on a Jupyter NoteBook on a MacBook Air. My file chrome driver.exe is stored on desktop and download Can someone hel.
- Chromedriver.exe Download For Mac
- Chromedriver Exe Download
- Chromedriver.exe Download For Mac Windows 7
![Chromedriver.exe Download For Mac Chromedriver.exe Download For Mac](https://selenium-python.com/wp-content/uploads/2017/11/install-chromedriver.png)
To start any third party browser (Chrome, Opera etc.) Chrome browser on MAC using Selenium we have to use some drivers which will interact with the browsers.
In windows, we have already seen working with IE, Chrome, Firefox and mobile browsers as well.
![Chromedriver.exe Download For Mac Chromedriver.exe Download For Mac](https://img.youtube.com/vi/lJhhJISWiFA/hqdefault.jpg)
In windows, it’s quite easy to download and specify the path in the program but in MAC we have to keep all the driver in a specific folder and then Selenium will start the execution directly.
First step- Download the drivers for MAC
Download link http://chromedriver.storage.googleapis.com/index.html?path=2.23/
Second step- In MAC we have one directory called /usr/local/
In above location, you can create bin folder (if not created).
![For For](https://user-images.githubusercontent.com/23118311/49274876-a5567f00-f4b4-11e8-9b28-f3d3d54610e1.jpg)
Now you have to copy the driver in /usr/local/bin and that all
Good thing which I like here is we don’t have to remember the path variable like webdriver.chrome.driver