from selenium import webdriver driver = webdriver.Chrome( executable_path=‘C:\Program Files (x86)\Google\Chrome\Application\chromedriver.exe‘ ) driver.get(‘http://www.baidu.com‘)
selenium 环境搭建
原文:https://www.cnblogs.com/George19950505/p/12635373.html