我刚开始使用Selenium并能够加载google,但是现在当我运行以下代码时,它会产生错误:selenium.common.exceptions.WebDriverException: Message 'chromedriver' executable needsto be PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home为什么说“ C:Users / Colin / Python / chromedriver”不是路径?from selenium import webdriverbrowser = webdriver.Chrome("C:Users/Colin/Python/chromedriver")browser.get('http://www.google.com')browser.quit()
添加回答
举报
0/150
提交
取消