pick the combobox for 'product' does that look something like the
control you are trying to manipulate?
When I examine that example and in particular look at the 'cell' that
has "123" in it
What I find is
div class ="RadComboBoxDropDown"
div class="rcbscroll"
listitem (one of many, with identicle attributes (joy)
table (each listitem has one, and they all have the same
attributes)
table cell with text "123" inside
I got that by clicking in the 'choose product' then clicking the
refresh icon in the tool ribbon of the IE developer toolbar, then
clicking the 'select element by click' tool and finally clicking on
the '"123" item in the third row of the list.
So if the contents of the cell are unique, or your know the index (the
nth time it appears) you might be able to select it with just using a
cell element, identified by the text that's inside the cell, and using
the .click method to 'select' that item on the list.
Anyway if that example on the Telerik site is close to what you are
dealing with, then working with it (as an eample) and developing the
code to work on it, should show you the pattern to follow with your
site. If not, if you can find an example on their site that is close,
it gives the rest of us something we can all access to try and find an
elegant method of automating the control.
> > > selectbox_test.rb
> > > 8KViewDownload- Hide quoted text -
>
> > > - Show quoted text -
>
> > --
> > Before posting, please readhttp://watir.com/support. In short: search
> > before you ask, be nice.
>
> > You received this message because you are subscribed to
> >http://groups.google.com/group/watir-general
> > To post: watir-...@googlegroups.com
> > To unsubscribe: watir-genera...@googlegroups.com<watir-general%2Bunsubscribe@googlegroups.com>
>
>
>
> rad combo.JPG
> 71KViewDownload- Hide quoted text -