Re: [Wtr-general] CRITICAL---Clicking Image Button in Application

2007-01-02 Thread Nathan
Wow, well I'd simply try doing the same thing as you are doing, but if you're trying to click on something that has for its tag, then use ie.image(...) and not ie.button(...). ie.button(...) would be used if you were clicking on soomething with the tag . Natha

Re: [Wtr-general] CRITICAL---Clicking Image Button in Application

2007-01-02 Thread Dave Munns
Woud you post the html for the image? - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=5867&messageID=16714#16714 ___ Wtr-general mailing list Wtr-general@rubyforge.

Re: [Wtr-general] CRITICAL---Clicking Image Button in Application

2006-12-20 Thread Rafael Torres
Try replacing 'button' with 'image' on the first line. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Balaji Sent: Wednesday, December 20, 2006 8:15 AM To: wtr-general@rubyforge.org Subject: [Wtr-general] CRITICAL---Clicking Image B

Re: [Wtr-general] CRITICAL---Clicking Image Button in Application

2006-12-20 Thread John Lolis
have you tried .fire_event('onClick')? - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=5868&messageID=16411#16411 ___ Wtr-general mailing list Wtr-general@rubyforge

Re: [Wtr-general] CRITICAL---Clicking Image Button in Application

2006-12-20 Thread Ċ½eljko Filipin
Hi Balaji, Try this ie.image(:src,/btn_save_continue/).click -- Zeljko Filipin zeljkofilipin.com ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] CRITICAL---Clicking Image Button in Application

2006-12-20 Thread Balaji
""IMG SRC='/images/agent/btn_save_continue.gif' BORDER=0 STYLE='cursor: pointer' onClick='change_has_been_handled = true; if (!this.clicked) {document.the_form.submit();; this.clicked = true;}'"" Hi all, I am trying to click on this image button with the following codes but none worked: This i

[Wtr-general] CRITICAL---Clicking Image Button in Application

2006-12-20 Thread Balaji
Hi all, I am trying to click on this image button with the following codes but none worked: This image button saves all the data entered in the current form and navigate to the next page. 1. ie.button(:src,/btn_save_continue/).click 2. ie.button(:src,/agent/btn_save_continue/).click Plea

[Wtr-general] CRITICAL---Clicking Image Button in Application

2006-12-20 Thread Balaji
Hi all, I am trying to click on this image button with the following codes but none worked: This image button saves all the data entered in the current form and navigate to the next page. 1. ie.button(:src,/btn_save_continue/).click 2. ie.button(:src,/agent/btn_save_continue/).click Please s