Skip to content

Instantly share code, notes, and snippets.

@philohistoria
Last active December 12, 2017 20:26
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 philohistoria/d9c9f198240c84cee2f37169da339ec4 to your computer and use it in GitHub Desktop.
Save philohistoria/d9c9f198240c84cee2f37169da339ec4 to your computer and use it in GitHub Desktop.
Open Drivers
# -*- coding: utf-8 -*-
from selenium import webdriver
import os
driver = '/Users/han/Dropbox/Codes/webdriver/chromedriver'
os.environ["webdriver.chrome.driver"] = driver
driver = webdriver.Chrome(driver)
driver.get("weiboscope.jmsc.hku.hk")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment