Try

ie.button(:class, "btn_login_up").click

- Angrez

On 7/6/07, Chitta Ranjan <[EMAIL PROTECTED]> wrote:

 Hi,,


I want to click a button using any one of these attribute

class                             --------->              btn_login_up
onmousedown                --------->
this.className='btn_login_dn'
onmouseup                    --------->
this.className='btn_login_up'
type                               --------->             submit


I tried

   ie.button(:type, 'submit').click
    ie.button(:name, "LOGIN").click        (no name attribute is
available)


But not succeed to click the button


Any suggestion

Thanks in advance
Chitta Ranjan






_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to