macOS Installing Selenium ChromeDriver Guide
Hi! The Guide shows you How to Set-Up the Selenium WebDriver Chrome in macOS Desktop.
So the Post illustrate the simple Google ChromeDriver Setup for Mac.
Inside the Guide you Find also a Link to Install the Selenium Webdriver for macOS.
![Install Selenium WebDriver Chrome in macOS - Featured](https://tutorialforlinux.com/wp-content/media/dg139/appleSelenium.jpg)
Download Selenium WebDriver Chrome in Mac
- Unzip the Archive
Put the ChromeDriver on a Location Into your System’s Path
For Example in: /usr/bin.
Login as SuperUser.
su
If Got “User is Not in Sudoers file” then see: How to Enable sudoRelocate the ChromeDriver into the PATH.
mv /path/To/chromedriver /usr/bin
Test your Installation Terminal
python
>>>> from selenium import webdriver
>>>> driver = webdriver.Chromedriver()
After a little While you Should See a Chrome Browser Popping-Up.If you Need to Install the Selenium Webdriver Here is Link:
How to Install Selenium Webdriver: Link+