我正在详细说明我昨天问的一个关于 PATH 的问题。我正在尝试在 IE 8 中运行我的硒测试。我已经下载了 IEDriverServer_x64_2.33.0,它位于我的下载文件夹中。我尝试通过以下方式添加此位置:
控制面板>系统>高级>环境变量
该路径由 PATH 和 CLASSPATH 中的分号分隔(例如;C:\Users\username\Downloads\IEDriverServer_x64_2.33.0)这些都不能让我的测试运行。难道是我如何关联ie浏览器?我无法在 cmd.exe 中运行驱动程序,所以我假设它不是这个。
环境.rb:
require 'selenium-webdriver'
require 'rubygems'
require 'rspec/expectations'
@driver = Selenium::WebDriver.for :ie
任何建议。我希望这是足够的信息来显示我的问题。
这里也是错误输出:
Unable to find standalone executable. Please download the IEDriverServer from http://code.google.com/p/selenium/downloads/list and place the executable on your PATH. (Selenium::WebDriver::Error::WebDriverError)