Re: [wtr-general] Re: Watir and Chrome: unit tests give Errno::ECONNREFUSED once in 50 tests

2013-04-19 Thread Oscar Rieken
my guess is that you are using a headless jenkins slave to run your tests I would suggest in setting up xvfb or something similar to launch your browser in On Fri, Apr 19, 2013 at 8:55 AM, Justin Ko wrote: > Based on the exception, it looks like you are on selenium-webdriver > version 2.29.0.

[wtr-general] Re: Watir and Chrome: unit tests give Errno::ECONNREFUSED once in 50 tests

2013-04-19 Thread Justin Ko
Based on the exception, it looks like you are on selenium-webdriver version 2.29.0. You should probably try upgrading to the latest version, which is 2.32.1. Justin On Thursday, April 18, 2013 5:45:04 AM UTC-4, gu...@dna-7.com wrote: > > Hello, > > I use Watir and the Chrome Webdriver in my un

[wtr-general] Re: Watir and Chrome: unit tests give Errno::ECONNREFUSED once in 50 tests

2013-04-18 Thread Chuck van der Linden
I suspect the issue here is related to webdriver or chromedriver..I don't think the problem is up in the watir api part.. so my may need to ask in the webdriver and/or chromedriver groups. unless we get lucky and someone else here has had the same issue and knows how to solve it. Maybe