Guest User

Untitled

a guest
Jan 22nd, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "testpython.py", line 3, in <module>
  3. driver = webdriver.Chrome(executable_path="C:\\chromedriver.exe", service_args=["--verbose", "--log-path=C:\\qc1.log"])
  4. File "C:\Python27x86\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 73, in __init__
  5. self.service.start()
  6. File "C:\Python27x86\lib\site-packages\selenium\webdriver\common\service.py", line 98, in start
  7. self.assert_process_still_running()
  8. File "C:\Python27x86\lib\site-packages\selenium\webdriver\common\service.py", line 111, in assert_process_still_running
  9. % (self.path, return_code)
  10. selenium.common.exceptions.WebDriverException: Message: Service C:\chromedriver.exe unexpectedly exited. Status code was: 1
Add Comment
Please, Sign In to add comment