gbrambil% echo $PATH
/Users/gbrambil/Desktop/booking_bot/chrome-driver:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/X11R6/bin:/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/texbin
import os
from selenium import webdriver
browser = webdriver.Chrome()
browser.get('http://seleniumhq.org/')
gbrambil% python bot.py
Traceback (most recent call last):
File "bot.py", line 5, in <module>
browser = webdriver.Chrome()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/selenium/webdriver/chrome/webdriver.py", line 68, in __init__
self.service.start()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/selenium/webdriver/common/service.py", line 83, 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--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/24306f9c-9a4c-4fe1-87ef-c6ec03a37b4e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I copied the executable it in this folder
/Users/gbrambil/Desktop/booking_bot/chrome-driver
That I included in PATH (see previous email)!!!
I don't get why it does not work...
GB
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CADydEkrCBp-LYi3CJUa6n6c8FjYbAzEodOhqVc8JephAHGa5eg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CABmgkidZ6Ye0Wc1nSh28dJ3R35m14uP2TNqGs4SjyyGpyMwB5w%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CADydEkr9gaq-TB0p78YD4viitN_VtFEpa6B873cGzHjAX11OMg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CABmgkiceNKbpoRWWrvH2LdFSypPYELK0LgQ1-pv0E2Anr2ZdmA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CADydEkrCMGaUNtAS01vS%2BT18cLA1eJHSpFJ493z21oikBtfzVg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CABmgkifc3uKh6sv2WOGda%3Dq%3DXpFhd2VLK9zgku7xQn5pzxj-tw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.