You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded and installed chromedriver to /usr/bin as well as the current path. I also ran chromedriver in the background just in case it was having trouble starting it or the like but I still get this
Any idea?
Traceback (most recent call last):
File "fbstalker.py", line 61, in
driver = webdriver.Chrome(chrome_options=chromeOptions)
File "/usr/lib/python2.7/site-packages/selenium-2.37.0-py2.7.egg/selenium/webdriver/chrome/webdriver.py", line 59, in init
self.service.start()
File "/usr/lib/python2.7/site-packages/selenium-2.37.0-py2.7.egg/selenium/webdriver/chrome/service.py", line 68, in start
and read up at http://code.google.com/p/selenium/wiki/ChromeDriver")
selenium.common.exceptions.WebDriverException: Message: 'ChromeDriver executable needs to be available in the path. Please download from http://code.google.com/p/chromedriver/downloads/list and read up at http://code.google.com/p/selenium/wiki/ChromeDriver'
The text was updated successfully, but these errors were encountered:
I downloaded and installed chromedriver to /usr/bin as well as the current path. I also ran chromedriver in the background just in case it was having trouble starting it or the like but I still get this
Any idea?
Traceback (most recent call last):
File "fbstalker.py", line 61, in
driver = webdriver.Chrome(chrome_options=chromeOptions)
File "/usr/lib/python2.7/site-packages/selenium-2.37.0-py2.7.egg/selenium/webdriver/chrome/webdriver.py", line 59, in init
self.service.start()
File "/usr/lib/python2.7/site-packages/selenium-2.37.0-py2.7.egg/selenium/webdriver/chrome/service.py", line 68, in start
and read up at http://code.google.com/p/selenium/wiki/ChromeDriver")
selenium.common.exceptions.WebDriverException: Message: 'ChromeDriver executable needs to be available in the path. Please download from http://code.google.com/p/chromedriver/downloads/list and read up at http://code.google.com/p/selenium/wiki/ChromeDriver'
The text was updated successfully, but these errors were encountered: