I suggest that you provide as little ruby code and relevant html that still reproduce the problem and report it as a bug:
https://github.com/watir/watir-webdriver/issues Do you get the same error if you run the tests in another browser? Željko -- https://leanpub.com/watirbook On Thu, Feb 14, 2013 at 7:37 AM, Alex Shtayer <[email protected]> wrote: > After some test cases executed (only 5-10 minutes of execution which is > not enough for any memory overflow from any point of view) I am getting > > No connection could be made because the target machine actively > refused it > . - connect(2) (Errno::ECONNREFUSED) > C:/Ruby192/lib/ruby/1.9.1/net/http.rb:644:in `initialize' > C:/Ruby192/lib/ruby/1.9.1/net/http.rb:644:in `open' > C:/Ruby192/lib/ruby/1.9.1/net/http.rb:644:in `block in connect' > C:/Ruby192/lib/ruby/1.9.1/timeout.rb:44:in `timeout' > C:/Ruby192/lib/ruby/1.9.1/timeout.rb:87:in `timeout' > C:/Ruby192/lib/ruby/1.9.1/net/http.rb:644:in `connect' > C:/Ruby192/lib/ruby/1.9.1/net/http.rb:637:in `do_start' > C:/Ruby192/lib/ruby/1.9.1/net/http.rb:626:in `start' > C:/Ruby192/lib/ruby/1.9.1/net/http.rb:1168:in `request' > > exception > > In task manager I can see that 1.5 Gb of RAM is already consumed > > No matter what test suite and what functionality I am testing > > I reviewed all the threads and even issue tracking system (there is some > kind of this defect, but no update here), so mostly sure that I do > not duplicate posts. > > Is there any way to fix that except closing IE after each action? (it will > be very time consuming to re-implement everything). Everything works fine > with watir, but not on watir-webdriver > > I really appreciate any help here! > > -- > -- > 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. > > > -- -- 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.
