How to Install Selenium Webdriver Python Mac Sierra 10.12

Selenium Webdriver Python Install Mac Sierra 10.12




This is Short Guide Shows You How-to Install the Python Selenium Webdriver and Chromedriver for Python Client on Mac 10.12 Sierra OS X.

And Selenium for Mac Sierra is a set of different software tools each with a different approach to supporting test automation.

Finally also included instructions about Chromedriver SetUp on Mac and Getting-Started with Selenium Webdriver on Chrome Browser with Python.

Install Selenium Webdriver Python Mac Sierra 10.12 - Featured
  1. Open a Shell Terminal emulator window
    Finder > Applications > Utilities > Terminal
    (Press “Enter” to Execute Commands)

    Install Selenium Webdriver Python Mac Sierra 10.12 - Open Terminal
  2. Check if Python Setuptools are Installed on your Mac
    which easy_install

    If Not then Follow the Guide here Below

    How-to Install Required Python Setuptools on Mac OS X

    Python Setuptools Installation Guide
  3. Install Selenium Webdriver

    sudo pip install selenium

    If Got “User is Not in Sudoers file” then Look: Solution

  4. Set-Up the Chromedriver

    Chromedriver SetUp on Mac OSX
  5. Quick-Start Guide Selenium Webdriver & Chromedriver on Python:

    Webdriver+Chromedriver Quick-Start on Python