What you have below is not a true HTML 'select list' but rather a
custom control that emulates a selection list via the use of an
unordered (UL) list and a bunch of event driven client side
javascript.

Because we are likely going to be dealing with a bunch of code and
HTML samples, and this venue while good for discussion, bites for that
kind of thing, I would implore you to move this question (along inset
examples of your HTML and the code you have tried so far) over to
StackOverflow.  Just be sure to tag the question with the 'Watir' and/
or 'Watir-Webdriver' (if you are using that) tag(s) and we'll see it
there (you can even post a link to it here if you want)

Since it allows editing of both questions and answers, properly
formatted 'code' samples within messages, embedded graphics (including
screenshots) etc, it makes a much better venue for support.

Very likely you are going to need to be clicking (or firing events) on
the elements which have 'onxxxx={somejavascript}' stuff attached to
them, perhaps pausing in between some of the script steps for a second
to allow the client side code to do it's thing (otherwise, watir is
often 'too fast').

On Oct 18, 3:14 am, Naveen <naveen.kanda...@gmail.com> wrote:
> Hi,
>
>    Relevant HTML is as follows and when i try the click its not showing any
> errors but dropdown window is not opening
>
> <div id="NetworkAnalysisTabPanel" class="x-tab-panel x-border-panel
> x-tab-panel-noborder" style="left: 0px; top: 27px; width: 744px;">
> <div id="ext-gen99" class="x-tab-panel-header x-tab-panel-header-noborder
> x-unselectable" style="-moz-user-select: none; width: 744px;">
> <div id="ext-gen103" class="x-tab-strip-wrap">
> <ul id="ext-gen105" class="x-tab-strip x-tab-strip-top">
> *<li id="NetworkAnalysisTabPanel__ext-comp-1038"
> class="x-tab-strip-menuable x-tab-strip-active
> ">*
> *<a class="x-tab-strip-close" onclick="return false;"></a>*
> *<a id="ext-gen794" class="x-tab-strip-menu" onclick="return false;"></a>*
> *<a></a>*
> <a class="x-tab-right" onclick="return false;" href="">
> </a>
> </li>
> <li id="NetworkAnalysisTabPanel__Changes" class=" ">
> </li>
> <li id="NetworkAnalysisTabPanel__Policy_Compliance" class=" ">
> </li>
> <li id="NetworkAnalysisTabPanel__Performance" class=" ">
> </li>
> <li id="NetworkAnalysisTabPanel__VoIP" class="">
> </li>
> <li id="ext-gen106" class="x-tab-edge"></li>
> <div id="ext-gen107" class="x-clear"></div>
> </ul>
> </div>
> <div id="ext-gen104" class="x-tab-strip-spacer"></div>
> </div>
> <div id="ext-gen100" class="x-tab-panel-bwrap">
> </div>
> </div>
> </div>
>
> Bold part in the HTML is the location of element
> --
> *Thanks & Regards,
> Naveen.Kandakur
>
> *

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to