Skip to content

Instantly share code, notes, and snippets.

@mikesmullin
Created May 8, 2012 16:08
Show Gist options
  • Save mikesmullin/2636776 to your computer and use it in GitHub Desktop.
Save mikesmullin/2636776 to your computer and use it in GitHub Desktop.
easily install chromedriver on linux/osx
sudo apt-get install unzip;
wget -O /tmp/chromedriver.zip http://chromedriver.googlecode.com/files/chromedriver_linux64_19.0.1068.0.zip && sudo unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/;
@Anthonymcqueen21
Copy link

I dont understand i currently run Parrot OS and all i get is errors.

@Shubham-design472
Copy link

selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: exited abnormally
(Driver info: chromedriver=2.10.267518,platform=Linux 4.4.0-19041-Microsoft x86_64)

How to solve this problem??
Please someone tell me.....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment