IE9ブラウザでSeleniumRubyWebdriverスクリプトを実行しようとすると、以下のエラーが発生しました。ブラウザが起動せず、以下のエラーが表示されます。
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ブラウザーでスクリプトを実行できるようにするために、このケースでさらに手順を実行する必要がある場合は、ガイドしてください。どうもありがとう。