$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Selenium ChromeDriver on Mac

June 29, 2018 | By the+gnu+linux+evangelist.

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.

How to Install Selenium ChromeDriver on Mac
  1. Download Selenium WebDriver Chrome in Mac

    Chromedriver Mac .zip
  2. Unzip the Archive
  3. 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 sudo

    Relocate the ChromeDriver into the PATH.

    mv /path/To/chromedriver /usr/bin
  4. 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+ 


Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,