Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 312 Bytes

File metadata and controls

15 lines (8 loc) · 312 Bytes

Python Scraping

  1. Install Selenenium

     pip install selenium
    
  2. Download the Driver

    Using Chromedriver - https://chromedriver.chromium.org/downloads Updated with homebrew for Mac OS

      brew install --cask chromedriver
    
  3. Test by opening and closing the browser in the script.