Hello Ranjith,

I got this to work with the combobox:

b = Watir::IE.attach(:title, /ComboBox/)
b.link(:id, "RadComboBox1_Arrow").click
b.div(:id, "RadComboBox1_DropDown").div(:class, "rcbScroll
rcbWidth").ul(:index, 1).li(:index, 6).click #selects Ann Devon



On May 9, 6:04 am, ranjith kumar <ranjith....@gmail.com> wrote:
> Hi.
>
> In this scenario, I have the rad combo box inside the telerik rad window.
>
> In earlier case it was simple rad combo box in the main page only.
>
> Thats the difference.
>
> I tried with the below code but i couldnt do it so.
>
> ie1.div(:id,"RadWindowWrapper_rwmwindow").input(:id =>
> "rcbCombo1_input").click
> ie1.div(:id,"RadWindowWrapper_rwmAddProgram").ul(:class =>
> "rcbList").li(:text => "Abc").click,
>
> but it didnt work.
>
> On Mon, May 9, 2011 at 6:09 PM, Željko Filipin <
>
>
>
>
>
>
>
> zeljko.fili...@wa-research.ch> wrote:
> > 2011/5/9 ranjith kumar <ranjith....@gmail.com>
> > > Please help in resolving the below issue:
>
> > Didn't I already answer your question? What is different now?
>
> > Željko
>
> > --
> > Before posting, please readhttp://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

-- 
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