Guest User

ILoveYou

a guest
Dec 28th, 2015
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "E:/Documents/Projects/Python Projects/asdf.py", line 3, in <module>
  3. driver = webdriver.Firefox()
  4. File "E:\Programs\Python\Python Source\lib\site-packages\selenium\webdriver\firefox\webdriver.py", line 77, in __init__
  5. self.binary, timeout),
  6. File "E:\Programs\Python\Python Source\lib\site-packages\selenium\webdriver\firefox\extension_connection.py", line 49, in __init__
  7. self.binary.launch_browser(self.profile)
  8. File "E:\Programs\Python\Python Source\lib\site-packages\selenium\webdriver\firefox\firefox_binary.py", line 67, in launch_browser
  9. self._start_from_profile_path(self.profile.path)
  10. File "E:\Programs\Python\Python Source\lib\site-packages\selenium\webdriver\firefox\firefox_binary.py", line 90, in _start_from_profile_path
  11. env=self._firefox_env)
  12. File "E:\Programs\Python\Python Source\lib\subprocess.py", line 950, in __init__
  13. restore_signals, start_new_session)
  14. File "E:\Programs\Python\Python Source\lib\subprocess.py", line 1220, in _execute_child
  15. startupinfo)
  16. FileNotFoundError: [WinError 2] The system cannot find the file specified
Add Comment
Please, Sign In to add comment