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 in advance and will be sure to upvote/accept answer!