Skip to content

Instantly share code, notes, and snippets.

@ahlusar1989
Created June 16, 2016 19:04
Show Gist options
  • Save ahlusar1989/0a40d32557115dfbb5c109c1d52b2844 to your computer and use it in GitHub Desktop.
Save ahlusar1989/0a40d32557115dfbb5c109c1d52b2844 to your computer and use it in GitHub Desktop.
+ python validation.py
Traceback (most recent call last):
File "validation.py", line 8, in <module>
driver = webdriver.Chrome('/usr/lib/chromium/chromedriver')
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/chrome/webdriver.py", line 61, in __init__
self.service.start()
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/common/service.py", line 69, 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
Exception AttributeError: "'Service' object has no attribute 'process'" in <bound method Service.__del__ of <selenium.webdriver.chrome.service.Service object at 0x7fe10ecf0510>> ignored
+ python validation.py
Traceback (most recent call last):
File "validation.py", line 8, in <module>
driver = webdriver.Chrome('/usr/lib/chromium/chromedriver')
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/chrome/webdriver.py", line 61, in __init__
self.service.start()
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/common/service.py", line 69, 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment