Skip to content

joshuamhtsang/selenium_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

selenium_example

My Selenium playground.

Setup Instructions

  1. Install selenium with pip3.

    $ pip3 install selenium

  2. Add chromedriver to your path, you should download the correct version from here: https://sites.google.com/a/chromium.org/chromedriver/downloads

You can check the version of your Chrome using 'About Google Chrome'.

$ unzip chromedriver_linux64.zip
$ sudo mv chromedriver /usr/bin/chromedriver
$ sudo chown root:root /usr/bin/chromedriver
$ sudo chmod +x /usr/bin/chromedriver
  1. You can now run the example:

    $ python3 try_selenium.py

Releases

No releases published

Packages

No packages published

Languages