Skip to content

Instantly share code, notes, and snippets.

@arecker
Created January 12, 2016 01:36
Show Gist options
  • Save arecker/3162994bdc6ae059107c to your computer and use it in GitHub Desktop.
Save arecker/3162994bdc6ae059107c to your computer and use it in GitHub Desktop.
busbot - 1
from selenium import webdriver
driver = webdriver.Firefox()
driver.get('http://google.com')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment