This is the id I got off of that control in your menus using ie developer
toolbar:

http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang=en

Watir works off of how and what. How would you like to access a dom element?
What can you use to identify it?

ie.div(:how, 'what').click

In this case the how is :id and the what is the string. Clicked on the menu
and refreshed the toolbar, find element by click and clicked on the open
menu item.

We should probably add examples like this to the User Guide.

-Charley

On 4/30/07, annapurna <[EMAIL PROTECTED]> wrote:

Charley,

where did you captured this info. 'STM0_0__5___

can you explain to how to do it.

thanks,
anna
_______________________________________________
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