Skip to content

Instantly share code, notes, and snippets.

@thehappydinoa
Created June 17, 2021 01:00
Show Gist options
  • Save thehappydinoa/f6fd3b1ab0688a1fffdde6712fbdfb24 to your computer and use it in GitHub Desktop.
Save thehappydinoa/f6fd3b1ab0688a1fffdde6712fbdfb24 to your computer and use it in GitHub Desktop.

Getting started with Selenium

Requirements

  • Python 3.6+ (Download latest 3.x release from python.org)
  • Selenium (Install with pip install selenium)
  • WebDriver (For this project we will be using the latest version of Chromedriver from selenium.dev)
  • IDE of your choice (I personally recommend VSCode)

Make sure both pip and webdriver are in your PATH. Please see this article for instructions.

Links

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