我爱编程

python+selenium使用chrome浏览器

2018-02-27  本文已影响0人  sai_xu
chromedriver = "C:\Program Files (x86)\Google\Chrome\Application\chromedriver.exe"
os.environ["webdriver.chrome.driver"] = chromedriver
driver = webdriver.Chrome(chromedriver)
上一篇 下一篇

猜你喜欢

热点阅读