我正在使用带有Watir和Ruby的Ubuntu 13.10 64位。
browser = Watir::Browser.new :chrome
给出错误:“无法找到chromedriver可执行文件。请从”...
下载服务器我已经将文件(我已经尝试了64位和32位)下载并解压缩到/ usr / bin /中,但我仍然收到错误。
/usr/bin$ la | grep chrome
chromedriver
google-chrome
这是我的$ PATH:
/usr/bin$ $PATH
bash: /usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/dan/.rvm/bin: No such file or directory
我看起来不错,我错过了什么?