Skip to content

Instantly share code, notes, and snippets.

@lucnicolas
Created December 14, 2020 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucnicolas/b54e306f8a0e11a339056587cb1125f1 to your computer and use it in GitHub Desktop.
Save lucnicolas/b54e306f8a0e11a339056587cb1125f1 to your computer and use it in GitHub Desktop.
from selenium import webdriver
# Load Chrome webdriver
browser = webdriver.Chrome()
# Navigates to google.
browser.get('https://www.google.com/')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment