Chrome driver for Selenium in Mac
Selenium (E2E testing tool) uses ChromeDriver (exe that implements a WebDriver interface) to control Chrome. Selenium expects chromedriver to be available in the path (eg. /usr/local/bin). It expects the Chrome browser to be available in (/Applicatio...
Oct 25, 20241 min read20
