Hi all, I have a drop down menu that can only be accessed by clicking on a down arrow character (▼) on the combo box. The html for the click location is pasted below:
<div class="dijitDownArrowButtonInner" wairole="presentation" role="presentation"> <div class="dijitDownArrowButtonChar">▼</div> </div> Flashing the button works: $ie.div(:class, 'dijitDownArrowButtonInner').flash But clicking it does not work: $ie.div(:class, 'dijitDownArrowButtonInner').click Any ideas? Also, since it is not a traditional select_list, how do I select an item when I do get the drop-down list to appear? Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/watir-general -~----------~----~----~----~------~----~------~--~---