Looks a lot like webdriver can't connect to the browser.. I think you are right this is a webdriver issue, I'd head to the https://groups.google.com/forum/#!forum/selenium-users as a potential forum to talk about webdriver level problems.
On Tuesday, August 6, 2013 1:33:09 PM UTC-7, Tadeu Panato wrote: > > running in FF local it not failed > > running in ie10i got that: > > *Error: test_02_local(TsCheckHome)* > * Errno::ECONNREFUSED: No connection could be made because the target > machine actively refused it. - connect(2)* > *C:/Ruby193/lib/ruby/1.9.1/net/http.rb:763:in `initialize'* > *C:/Ruby193/lib/ruby/1.9.1/net/http.rb:763:in `open'* > *C:/Ruby193/lib/ruby/1.9.1/net/http.rb:763:in `block in connect'* > *C:/Ruby193/lib/ruby/1.9.1/timeout.rb:55:in `timeout'* > *C:/Ruby193/lib/ruby/1.9.1/timeout.rb:100:in `timeout'* > *C:/Ruby193/lib/ruby/1.9.1/net/http.rb:763:in `connect'* > *C:/Ruby193/lib/ruby/1.9.1/net/http.rb:756:in `do_start'* > *C:/Ruby193/lib/ruby/1.9.1/net/http.rb:745:in `start'* > *C:/Ruby193/lib/ruby/1.9.1/net/http.rb:1285:in `request'* > *C:/Ruby193/lib/ruby/gems/1.9.1/gems/selenium-webdriver-2.33.0/lib/selenium/webdriver/remote/http/default.rb:83:in > > `response_for'* > *C:/Ruby193/lib/ruby/gems/1.9.1/gems/selenium-webdriver-2.33.0/lib/selenium/webdriver/remote/http/default.rb:39:in > > `request'* > *C:/Ruby193/lib/ruby/gems/1.9.1/gems/selenium-webdriver-2.33.0/lib/selenium/webdriver/remote/http/common.rb:40:in > > `call'* > *C:/Ruby193/lib/ruby/gems/1.9.1/gems/selenium-webdriver-2.33.0/lib/selenium/webdriver/remote/bridge.rb:629:in > > `raw_execute'* > *C:/Ruby193/lib/ruby/gems/1.9.1/gems/selenium-webdriver-2.33.0/lib/selenium/webdriver/remote/bridge.rb:607:in > > `execute'* > *C:/Ruby193/lib/ruby/gems/1.9.1/gems/selenium-webdriver-2.33.0/lib/selenium/webdriver/remote/bridge.rb:328:in > > `executeScript'* > *C:/Ruby193/lib/ruby/gems/1.9.1/gems/selenium-webdriver-2.33.0/lib/selenium/webdriver/common/driver.rb:213:in > > `execute_script'* > *C:/Ruby193/lib/ruby/gems/1.9.1/gems/watir-webdriver-0.6.4/lib/watir-webdriver/browser.rb:259:in > > `execute_script'* > *test.rb:743:in `block in buy_product'* > *C:/Ruby193/lib/ruby/1.9.1/timeout.rb:69:in `timeout'* > > and its always in the same part of the test. > > any clue? or i need study more. > any blame are welcome. > > > Em terça-feira, 6 de agosto de 2013 08h52min08s UTC-3, Tadeu Panato > escreveu: >> >> Yes Filipin >> >> They told to me to check the forum =/ >> >> I will setup a local windows to check and will publish here the results. >> >> thanks >> >> Em terça-feira, 6 de agosto de 2013 07h38min33s UTC-3, Željko Filipin >> escreveu: >>> >>> On Fri, Aug 2, 2013 at 11:29 PM, Tadeu Panato <[email protected]> wrote: >>> >>>> In FF 23 on Linux it works however in FF 23 on Win 7 didnt work (using >>>> saucelabs) >>> >>> >>> It could be a Firefox+Windows problem then, or Sauce Labs problem. Did >>> you contact Sauce Labs support? >>> >>> Željko >>> -- >>> https://leanpub.com/watirbook >>> >> -- -- 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.
