microblog/selenium.py

5 lines
96 B
Python

from selenium import webdriver
driver = webdriver.chrome()
driver.get("http://www.python.org")