1
我試圖運行在IE9瀏覽器中的硒紅寶石的webdriver 腳本時,下面的錯誤,瀏覽器沒有啓動,以下錯誤 顯示:不能在IE9瀏覽器中運行Selenium紅寶石的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瀏覽器上運行腳本,非常感謝。
這是很好的指南,非常感謝。 – battleship