Any one worked on DevEx Menu Items..?

I have Menu Items like "System" on top of my application in the
browser, when I click on it I will get three dropdown child menu
items. Does any one know how to work with them.
I am able to click on by using following code.
ie.span(:text, 'System').click

But how to actually know what is there in the drop down menu and click
the items to navigate to another page.

Any help with this will be greatly appreaciated.

===========================================
Here is HTML code I could see...this is not much help.
<td id="ctl00_menuMain_DXI0_T" class="dxmMenuItemWithPopOutImage"
onclick="aspxMIClick(event, 'ctl00_menuMain', '0')" style="height:
17px;cursor:hand;text-align:Left;padding-top:2px;padding-bottom:
2px;border-right-width:0px!important;padding-right:0px!
important;"><span style="cursor:hand;">System</span></td><td
id="ctl00_menuMain_DXI0_P" class="dxmMenuItemWithPopOutImage"
onclick="aspxMIClick(event, 'ctl00_menuMain', '0')"
style="cursor:hand;text-align:Left;padding-top:2px;padding-bottom:
2px;padding-left:4px!important;border-left-width:0px!important;"><img
id="ctl00_menuMain_DXI0_PImg" src="/Tele-Works/WebResource.axd?
d=OhLI4QJM0_rJxt56Dk3574oNUz-
PucLOmmCLlh_9Yc_rpypz0qHo_zMCYAsmU3OkX5G2kenq3iY5zGcgREPef88apqlpiRLq_fMtsfDekWFR3GSoupXlZQza8o5J59zz0&amp;t=633761714082250000"
alt=">" title="" style="border-width:0px;" /></td>
=========================================================

Thank you very much.
Satish
--~--~---------~--~----~------------~-------~--~----~
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