gpt4 book ai didi

python - Chrome 驱动程序 : “FileNotFoundError: [Errno 2] No such file or directory:” Error

转载 作者:行者123 更新时间:2023-12-04 08:27:18 24 4
gpt4 key购买 nike

我无法解决这个问题。我去下面的地址尝试了所有我能找到的解决方案,但问题并没有解决。请帮助我。

Chromedriver: "FileNotFoundError: [WinError 2] The system cannot find the file specified" Error

程序:

from selenium import webdriver

driver = webdriver.Chrome("C:\chromedriver\chromedriver.exe")
url = 'https://www.naver.com'
driver.get(url)

错误:

Traceback (most recent call last):
File "/home/jsbang/.local/lib/python3.6/site-packages/selenium/webdriver/common/service.py", line 76, in start
stdin=PIPE)
File "/usr/lib/python3.6/subprocess.py", line 729, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.6/subprocess.py", line 1364, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\chromedriver\\chromedriver.exe': 'C:\\chromedriver\\chromedriver.exe'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "modu_pers_auto.py", line 21, in <module>
driver = webdriver.Chrome(chrome_options=options, executable_path=r"C:\chromedriver\chromedriver.exe", )
File "/home/jsbang/.local/lib/python3.6/site-packages/selenium/webdriver/chrome/webdriver.py", line 73, in __init__
self.service.start()
File "/home/jsbang/.local/lib/python3.6/site-packages/selenium/webdriver/common/service.py", line 83, in start
os.path.basename(self.path), self.start_error_message)
selenium.common.exceptions.WebDriverException: Message: 'C:\chromedriver\chromedriver.exe' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home

最佳答案

如果您的可执行文件确实存在,您应该提供有效路径:

("C:\\chromedriver\\chromedriver.exe")

("C:/chromedriver/chromedriver.exe")

关于python - Chrome 驱动程序 : “FileNotFoundError: [Errno 2] No such file or directory:” Error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65198424/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com