小编san*_*ndy的帖子

无法在Mac上设置ruby-selenium Webdriver

我一直在使用selenium IDE.现在我们决定使用Selenium webdriver和Ruby.我对如何设置Mac,Mac Pro Yosemite 10.10.5感到困惑.

在我的终端中,我运行了以下命令:

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew doctor
Your system is ready to brew.
$ brew install ruby
  ==> Summary
  /usr/local/Cellar/openssl/1.0.2d_1: 464 files, 18M
==> Installing ruby
==> Downloading https://homebrew.bintray.com/bottles/ruby-2.2.3.yosemite.bottle.100.0%
==> Pouring ruby-2.2.3.yosemite.bottle.tar.gz
    /usr/local/Cellar/ruby/2.2.3: 1080 files, 20M

$ ruby -v
ruby 2.2.3p173 (2015-08-18 revision 51636) [x86_64-darwin14]

$ sudo gem install selenium-webdriver
   Done installing documentation for websocket, ffi, childprocess, rubyzip, multi_json, selenium-webdriver after 25 seconds
6 gems installed
Run Code Online (Sandbox Code Playgroud)

我将从IDE记录的脚本导出到Ruby脚本中:export as ruby/rspec/webdriver …

ruby macos homebrew rvm

6
推荐指数
1
解决办法
841
查看次数

标签 统计

homebrew ×1

macos ×1

ruby ×1

rvm ×1