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 <spanchumar...@gmail.com> wrote:
> 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\contrib\enabled_popup'
> ie=Watir::IE.start("C:\\Satish_Info\\Project_info\\Watir\\Watir_Scripts
> \\Work\\Tele-Works Console.mht")
> #ie=Watir::IE.start("C:\\Documents and Settings\\spanchumarthy\\Desktop
> \\Tele-Works Console.mht")
> sleep 10
> print "This is before clicking on Mapping Fields \n"
> ie.image(:src=>/FieldMappingAdd.png/,:index=>1).click_no_wait
> print "This is after clicking on Mapping Fields \n"
> sleep 10
> ===========================================================================­========
>
> Please help me here.
> Thanks
> Satish.
>
> On May 19, 10:01 am, "Darin Duphorn" <dduph...@redbrickhealth.com>
> wrote:
>
>
>
> > 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, 2009 8:59 AM
> > To: Watir General
> > Subject: [wtr-general] Any else having problem with click_no_wait
> > method.?
>
> > Hello guys,
>
> > When I use "click" I am getting popup message.
> > But when I use "click_no_wait" method I am not able to see the popup
> > hence I am not able to go ahead and click on popup "Yes" button.
>
> > Does any one has any suggestions why this "click_no_wait" does not
> > work on my PC? (both home and office pc did not work.)
>
> > NOTE:- I sent same webpage as MHT file to one of our groups member and
> > he said he is able to see popup.
>
> > Thank you,
> > Satish- Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to