Setting up Chromedriver For Integration Testing
Install Chromedriver via Homebrew
> which chromedriver
chromedriver not found
> brew install --cask chromedriver
> which chromedriver
<path>/chromedriver
Troubleshooting: Error: "chromedriver" cannot be opened because the developer cannot be verifi...
paugramming.com1 min read