Error: No available formula with the name "chromedriver"

Viewed 1187

I am trying to start chromedriver in mac

I have already installed chromedriver using

brew tap caskroom/cask

brew cask install chromedriver

I keep getting this error when I try to start chromedriver using

brew services start chromedriver

Error: No available formula with the name "chromedriver"

Any suggestion or help?

Thanks

1 Answers

I believe we don't need to start chromedriver anymore. It works without starting it right after installing for mac devices.

Related