0
Я очень новичок в программировании, поэтому, пожалуйста, будьте очень откровенными. Я просмотрел все вопросы о stackoverflow, но ни один из них не помог. Я даже пытался получить доступ к нему прямо из файла, но каждый раз по-прежнему получаю ту же ошибку.Chromedriver in selenium не работает
Ошибка:
Traceback (most recent call last):
File "C:\Users\bakat\AppData\Local\Programs\Python\Python35-32\lib\site-packages\selenium\webdriver\common\service.py", line 74, in start
stdout=self.log_file, stderr=self.log_file)
File "C:\Users\bakat\AppData\Local\Programs\Python\Python35-32\lib\subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "C:\Users\bakat\AppData\Local\Programs\Python\Python35-32\lib\subprocess.py", line 1224, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\bakat\AppData\Local\Programs\Python\Python35-32\Trumps Twitter Scraper.py", line 13, in <module>
driver = webdriver.Chrome()
File "C:\Users\bakat\AppData\Local\Programs\Python\Python35-32\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 62, in __init__
self.service.start()
File "C:\Users\bakat\AppData\Local\Programs\Python\Python35-32\lib\site-packages\selenium\webdriver\common\service.py", line 81, in start
os.path.basename(self.path), self.start_error_message)
selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home
Я был просто ответить здесь :) – Hisagr
@Hisagr Спасибо так много для ответ, хотя я провел годы, пытаясь заставить его работать –
уверен, я был рад помочь вам – Hisagr