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

How to Install Selenium WebDriver Chrome Manjaro Gnu/Linux

December 9, 2017 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading ChromeDriver

    Download ChromeDriver in Linux

    Chromedriver for Manjaro

    Following the newest binaries release, you need to install the latest version of Chrome!

  2. 3. Installing ChromeDriver

    Now to Install ChromeDriver on Manjaro
    (This is a System-Wide Setup, for a Local one without Admin Privileges, simply Extract someweare into the Home Directory and Set the PATH consequently.)
    So Extract the Archive directly into the Target with:

    sudo unzip -d /usr/local/bin/ ~/Downloads/chromedriver*.zip

    But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.
    Then Set the SuperUser as Owner with:

    sudo chown -R root:root /usr/local/bin/chromedriver

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

Contents