OK I downloaded, installed and ran IEDriverServer.exe Now what? It is running. A little run window that says Listening on port 5555. My IE does not have Selenium as an option to pick, and no IE started up when I ran it. And the "*Everything you wanted to know about the Internet Explorer driver* " web site isn't everything I wanted to know.
On Tuesday, August 14, 2012 3:17:00 PM UTC-7, hillary wrote: > > I downloaded the server from the list. And put it in my path and I > continue to get this error: > 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. > from > C:/Ruby192/lib/ruby/gems/1.9.1/gems/selenium-webdriver-2.25.0/lib/s > elenium/webdriver/ie/server.rb:13:in `get' > from > C:/Ruby192/lib/ruby/gems/1.9.1/gems/selenium-webdriver-2.25.0/lib/s > elenium/webdriver/ie/bridge.rb:22:in `initialize' > from > C:/Ruby192/lib/ruby/gems/1.9.1/gems/selenium-webdriver-2.25.0/lib/s > elenium/webdriver/common/driver.rb:35:in `new' > from > C:/Ruby192/lib/ruby/gems/1.9.1/gems/selenium-webdriver-2.25.0/lib/s > elenium/webdriver/common/driver.rb:35:in `for' > from > C:/Ruby192/lib/ruby/gems/1.9.1/gems/selenium-webdriver-2.25.0/lib/s > elenium/webdriver.rb:65:in `for' > from > C:/Ruby192/lib/ruby/gems/1.9.1/gems/watir-webdriver-0.6.1/lib/watir > -webdriver/browser.rb:35:in `initialize' > from (irb):2:in `new' > from (irb):2 > from C:/Ruby192/bin/irb:12:in `<main>' > > First i tried putting the .exe in the programs folder for internet > explorer C:\Program Files (x86)\Internet Explorer. The PATH entry > was C:\Program Files (x86)\Internet Explorer\IEDriverServer.exe; > > Then I moved it to a new folder on my c drive C:\webdrivers and i added > the following to my PATH environment variable > C:\webdrivers\IEDriverServer.exe; > > Neither of these options work. What am i doing wrong? > > Chromedriver works. > > > > -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
