Skip to content

sethduffin/python-selenium-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

  1. Install Chrome Driver:
    1. Go to: https://sites.google.com/a/chromium.org/chromedriver/home
    2. Download chrome driver
    3. Unzip chromedriver
    4. Move file to usr/local/bin
     mv /Downloads/chromedriver /usr/local/bin
    
  2. Install Brew
    1. Go to: https://brew.sh
  3. Install Python 3
    brew install python3
    
  4. Install Selenium
    pip3 install selenium
    

Execute "run" to to launch your script!

Note: On the first launch it will ask you to verify chromedriver. To do this, go to System Preferences > Security & Privacy > General > chomedriver: Allow anyways

Refer to Selenium with Python for detailed docs

About

A start to scripting selenium in python!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages