【发布时间】:2020-04-13 13:38:41
【问题描述】:
在 selenium-python 中执行 chromedriver 时遇到以下错误。
错误:WebDriverException:“chromedriver”可执行文件需要在 PATH 中。请看https://sites.google.com/a/chromium.org/chromedriver/home
driver = webdriver.Chrome(executable_path="F:/SSN/SSN/Python/chromedriver")
【问题讨论】:
标签: python-3.x selenium-chromedriver