[wtr-general] Re: watir suite hanging issue

2010-02-16 Thread Brian Tomlin
I had a problem like this before and the workaround I used was to kick off a thread that checked something in the browser every so often to make sure that it wan't stuck. In my script I did something like this: def check_for_freeze(browser) # Kick off a new thread and keep checking the url

Re: [wtr-general] Re: watir suite hanging issue

2010-02-16 Thread Mahesh Maiya
Hey Brian, Thanks a lot, i'll try out the solution u provided and get back to you soon regards, Mahesh On Wed, Feb 17, 2010 at 3:18 AM, Brian Tomlin tendonstren...@gmail.comwrote: I had a problem like this before and the workaround I used was to kick off a thread that checked something in

Re: [wtr-general] Re: watir suite hanging issue

2010-02-16 Thread Mahesh Maiya
Thanks Reed, I tried *browser.refresh* in places usually my script hangs. Am waiting for my suite to run completely, I'll verify the result and if still same issue, then I'll try out the solution provided by Brian If both doesn't work out to me, then ill log a bug regards, Mahesh On Tue, Feb