I am using the following software: watir 5.0.0 watir-webdriver 0.6.4 ruby 2.0.0p264 selenium iedriver 64bit 2.38.0 windows 2003 server 64bit as an agent on teamcity server 8.0.3
and all my tests with IE8 launched from teamcity fails with the following message: Selenium::WebDriver::Error::NoSuchDriverError: Unexpected error launching Internet Explorer. IELaunchURL() returned 80070490 for URL 'http://localhost:<port varies>/ FYI I am starting the tests with the following code: browser = Watir::Browser.new :ie The issue is very confusing due to these two facts: 1. I can run the tests just fine with the same settings with the *only* difference being that I use windows 2008. 2. If I RDP to the windows 2003 server, and run rake, or the "set browser=ie& c:/Ruby200/bin/ruby.exe -S rspec ./spec/requests/main_spec.rb" command all the tests *runs just fine!* What do you guys/gals think the problem could be? -- -- 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] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
