[wtr-general] Re: Any else having problem with click_no_wait method.?

2009-07-16 Thread sHiVa
Exactly.. Click_no_wait method is not working in 1.8.6 27 build. On Jul 17, 7:44 am, Bill Agee wrote: > I finally got around to trying this on my Vista environment - turns out this > recommendation was absolutely right. :) > > click_no_wait works fine in Vista as long as Ruby is installed usin

[wtr-general] Re: Any else having problem with click_no_wait method.?

2009-07-16 Thread Bill Agee
I finally got around to trying this on my Vista environment - turns out this recommendation was absolutely right. :) click_no_wait works fine in Vista as long as Ruby is installed using the ruby186-26.exe installer. My problems started when I installed using ruby186-27_rc2.exe. I updated the iss

[wtr-general] Re: Any else having problem with click_no_wait method.?

2009-06-12 Thread Charley Baker
btw, quick simple test, use the previous version of the ruby one click installer. -c On Fri, Jun 12, 2009 at 7:03 PM, Charley Baker wrote: > I may be wrong, but this seems to me to be related to the latest ruby one > click installer - 1.8.6-27 Release Candidate 2 , not windows vista or any > ot

[wtr-general] Re: Any else having problem with click_no_wait method.?

2009-06-12 Thread Charley Baker
I may be wrong, but this seems to me to be related to the latest ruby one click installer - 1.8.6-27 Release Candidate 2 , not windows vista or any other os. We are using ruby command line args which aren't interpreted correctly in the latest the one click installer. Jim Matthews detailed it out o

[wtr-general] Re: Any else having problem with click_no_wait method.?

2009-06-12 Thread Bill Agee
I filed this in Jira and attached the patch: http://jira.openqa.org/browse/WTR-320 Thanks Bill On Fri, Jun 12, 2009 at 2:09 PM, Bill Agee wrote: > A patch exists that makes click_no_wait work on Vista. I'm successfully > using it with IE8 on Vista SP1 when running as an administrator. > > Al

[wtr-general] Re: Any else having problem with click_no_wait method.?

2009-06-12 Thread Bill Agee
A patch exists that makes click_no_wait work on Vista. I'm successfully using it with IE8 on Vista SP1 when running as an administrator. Also, I think there's a minor gotcha with this patch that needs to be fixed or worked around: For me, the same patch did not work on XP. The patch got carried

[wtr-general] Re: Any else having problem with click_no_wait method.?

2009-06-12 Thread Venkat
Hi Satish, Thanks for your research and help. I am running vista and have the issue that has been reported here and in other forums - that of 'click_no_wait' simply highlights the element without actually 'clicking' on the screen element. And yes, I am running Ruby version 1.8.6-27. I had difficul

[wtr-general] Re: Any else having problem with click_no_wait method.?

2009-05-19 Thread satish
Hey, I just now installed "1.8.6-26 Final Release". "click_no_wait" worked like charm with this version. "click_no_wait" does not work with "1.8.6-27" I waster one week on this.. :) Thanks Satish. On May 19, 12:10 pm, satish wrote: > Index also does not work. Here is code. I tried incremen

[wtr-general] Re: Any else having problem with click_no_wait method.?

2009-05-19 Thread satish
Index also does not work. Here is code. I tried incrementing index. But it takes only index 1. It is not taking any other values. = require 'watir' require 'watir/ie' require 'win32ole' require 'watir\c

[wtr-general] Re: Any else having problem with click_no_wait method.?

2009-05-19 Thread Darin Duphorn
I had that issue once,I ended up using a different button attribute. Try using index and see if you can get the click_no_wait to work using that. -Original Message- From: watir-general@googlegroups.com [mailto:watir-gene...@googlegroups.com] On Behalf Of satish Sent: Tuesday, May 19, 2