Setting up Chromedriver For Integration Testing

1 min read

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 verified. Unable to launch the chrome browser
> xattr -d com.apple.quarantine $(which chromedriver)
happy coding!
0
Subscribe to my newsletter
Read articles from Pau Riosa directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by

Pau Riosa
Pau Riosa
๐ฅ Youtuber ๐ป. Software Developer ๐ Blogger I am software developer who has passion for career development and software engineering. I love building stuff that can help people all around the world. Let's connect and share that idea!