Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:UsersNPAppDataLocalProgramsPythonPython37-32libsite-packagesseleniumwebdrivercommonservice.py", line 76, in start
  3. stdin=PIPE)
  4. File "C:UsersNPAppDataLocalProgramsPythonPython37-32libsubprocess.py", line 775, in __init__
  5. restore_signals, start_new_session)
  6. File "C:UsersNPAppDataLocalProgramsPythonPython37-32libsubprocess.py", line 1178, 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 "<stdin>", line 1, in <module>
  14. File "C:UsersNPAppDataLocalProgramsPythonPython37-32libsite-packagesseleniumwebdriverfirefoxwebdriver.py", line 164, in __init__
  15. self.service.start()
  16. File "C:UsersNPAppDataLocalProgramsPythonPython37-32libsite-packagesseleniumwebdrivercommonservice.py", line 83, in start
  17. os.path.basename(self.path), self.start_error_message)
  18. selenium.common.exceptions.WebDriverException: Message: 'geckodriver' executable needs to be in PATH.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement