are those div tags within a frame?

On Mar 6, 9:21 am, suresh babu <[email protected]> wrote:
> Hi
>
>  What is the ruby script i have to use.
>
> On Fri, Mar 6, 2009 at 7:35 PM, suresh babu <[email protected]> wrote:
> >   <div class="clear"></div>
>
> >             <div class="buttonholder">
>
> >               <div class="btnleft"></div>
>
> >               <input name="addbutton" value="Add" onclick="AddButton
> > ()" class="btncenter" type="button">
>
> >              <div class="btnright"></div>
>
> > Iam trying to click on add button using Ruby watir .But here iam
> > getting the error as "Unabel to recognize"
> > iam using below code for above html source code.
> > $ie.button(:name, "addbutton").click
> >  $ie.button(:value, "Add" ).click
> >     or
> > ie.button(:name, "addbutton").click
> > ie.button(:value, "Add" ).click
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to [email protected]
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to