Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "D:\PY 3\lib\site-packages\selenium\webdriver\common\service.py", line 76, in start
  3. stdin=PIPE)
  4. File "D:\PY 3\lib\subprocess.py", line 756, in __init__
  5. restore_signals, start_new_session)
  6. File "D:\PY 3\lib\subprocess.py", line 1155, in _execute_child
  7. startupinfo)
  8. FileNotFoundError: [WinError 2] The system cannot find the file specified
  9.  
  10. During handling of the above exception, another exception occurred:
  11.  
  12. Traceback (most recent call last):
  13. File "D:\Programs By Me\Pyhton programs\bots\Youtube subs\v1.py", line 3, in <module>
  14. browser = webdriver.Chrome()
  15. File "D:\PY 3\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 68, in __init__
  16. self.service.start()
  17. File "D:\PY 3\lib\site-packages\selenium\webdriver\common\service.py", line 83, in start
  18. os.path.basename(self.path), self.start_error_message)
  19. selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement