python的selenium

from selenium import webdriver
ChromeDriver="C:\Program Files (x86)\Google\Chrome\Application\chromedriver.exe"
driver = webdriver.Chrome(ChromeDriver) driver.get('http://www.baidu.com') print driver.title driver.quit()
上一篇:php函数long2ip与ip2long()


下一篇:Java封装和包的使用及定义