You're welcome.
I think you need study more about the basic stuff about Watir.
For your question above, it is a link in a CSS, when you view the source,
you should have known that it is a link, rather than a button.

Wish you will realize the powerful of Watir and Ruby.


Thanks.
Wesley Chen.
For life, the easier, the better.


On Sun, Jan 3, 2010 at 2:28 PM, Shaiful Islam <jshai...@gmail.com> wrote:

> Thank you very much, I appreciate your rapid response with exact
> solution. It works like magic.
>
> Thanks again.
>
> On Jan 2, 6:31 pm, Wesley Chen <cjq....@gmail.com> wrote:
> > $ie.link(:href, "javascript: void(0)").click
> > or
> > $ie.link(:text, "Auto Complete").click
> >
> > Thanks.
> > Wesley Chen.
> > For life, the easier, the better.
> >
> > On Sat, Jan 2, 2010 at 1:43 PM, Shaiful Islam <jshai...@gmail.com>
> wrote:
> > > Hello All,
> >
> > > I am learning Watir and implementing it one of my project. I have done
> > > few things to execute. But I gotta stuck over the form submission for
> > > this code:
> >
> > > <a class="greenArrow" onclick="T.FF.SV2.autocompleteTeam()"
> > > href="javascript: void(0)">Auto Complete</a>
> >
> > > other place i used for form submission:  "b.button(:type,
> > > 'submit').click"
> >
> > > Anyone can help on this.
> >
> > > Thanks in Advance.
> >
> > > --
> > > 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
>
> --
> 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
>

-- 
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