is there anything in the html that is defining something like an
'onclick' for that thing?  all I see in the code above is basically
just text..    and normal text isn't clickable as far as I know.
maybe there's some other object that's actually overlapping that
button

On Nov 21, 11:30 am, maven999 <[EMAIL PROTECTED]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to