splinter

Python + Browser with Mac: Error – 'chromedriver' executable needs to be in PATH

Python + Browser with Mac: Error – 'chromedriver' executable needs to be in PATH Question: I did the following but came across the error: selenium.common.exceptions.WebDriverException: Message: ‘chromedriver’ executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home from splinter import Browser browser = Browser(‘chrome’) How can I go about resolving the issue using Mac? Thank you …

Total answers: 3