DY@MacBook-Pro bin$brew install chromedriver
Error: No available formula with the name "chromedriver"
It was migrated from homebrew/core to homebrew/cask.
You can access it again by running:
brew tap homebrew/cask
And then you can install it by running:
brew cask install chromedriver
DY@MacBook-Pro bin$brew cask install chromedriver
==> Tapping homebrew/cask
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask'...
remote: Enumerating objects: , done.
remote: Counting objects: % (/), done.
remote: Compressing objects: % (/), done.
remote: Total (delta ), reused (delta ), pack-reused
Receiving objects: % (/), 1.33 MiB | 816.00 KiB/s, done.
Resolving deltas: % (/), done.
Tapped command and casks (, files, .2MB).
==> Satisfying dependencies
==> Downloading https://chromedriver.storage.googleapis.com/2.44/chromedriver_ma
######################################################################## 100.0%
==> Verifying SHA- checksum for Cask 'chromedriver'.
==> Installing Cask chromedriver
==> Creating Caskroom at /usr/local/Caskroom
==> We'll set permissions properly so we won't need sudo in the future.
Password:
Sorry, try again.
Password:
==> Linking Binary 'chromedriver' to '/usr/local/bin/chromedriver'.

最新文章

  1. 【转】39个让你受益的HTML5教程
  2. IE6中内容高度比高级浏览器高的解决办法
  3. 温故而知新 css + html 超级牛逼的居中策略
  4. Powershell获取磁盘信息
  5. Architecture.the-reactive-manifesto
  6. 获取 Chromium 源代码以及环境配置
  7. flexbox布局的兼容性
  8. 装系统提示缺少所需的CD/DVD驱动器设备驱动程序
  9. HDU-2888 Check Corners 二维RMQ
  10. 对frameset、frame、iframe的js操作
  11. pyinstaller打包第一个wxPython程序HelloWorld
  12. Codeforces Round #210
  13. CSharp Algorithm - Replace multiplication operator with a method
  14. EasyCHM(CHM电子书制作工具) v3.84.545 绿色版
  15. 去除 MyEclipse updating index
  16. [置顶] xamarin android使用gps定位获取经纬度
  17. springMVC源码分析--@ModelAttribute使用及运行原理
  18. web自动化框架如何设计
  19. 面试题(一GC)
  20. Lodop某个电脑打印内容大小有问题

热门文章

  1. souce and bash 的区别
  2. Docker 安装 Tomcat
  3. js中的三目运算符详解
  4. Cacls和ICacls
  5. 【AtCoder】CODE FESTIVAL 2016 qual A
  6. mysql8.0.13下载与安装图文教程
  7. Codeforces Round #590 (Div. 3) Editorial
  8. 牛客 201 J Princess Principal (括号, 栈模拟)
  9. php curl post请求
  10. request.getScheme() 使用方法(转)