尝试在 IE9 浏览器上运行 Selenium Ruby Webdriver 脚本时出现以下错误,浏览器未启动并显示以下错误:
Selenium::WebDriver::Error::WebDriverError: Unable to find standalone executable
. Please download the IEDriverServer from http://code.google.com/p/selenium/down
loads/list and place the executable on your PATH.
Below are lines of code that I have tried:
browser=Selenium::WebDriver.for :ie
@driver.get CONFIG['url']
如果我需要在这种情况下执行更多步骤以便能够使用 Ruby Selenium Webdriver 在 IE9 浏览器上运行脚本,请指导我。非常感谢。