With the message: unknown error: cannot find Chrome binary” on Mac
I was using Selenium with Python 3 for web scraping purposes:
from selenium import webdriver
chrome_path = r"/Library/Frameworks/Python.framework/Versions/3.6/bin/chromedriver"
driver = webdriver.Chrome(chrome_path)
I got an error
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrome binary