from selenium import webdriverurl='http://www.baidu.com'browser=webdriver.Firefox()browser.get(url)
https://github.com/m978718484/learngit