Search found 3 matches

by dineshkumar
Thu Apr 15, 2010 7:13 am
Forum: General Questions
Topic: I cant track option tag in my application using Ranorex spy
Replies: 5
Views: 2436

Re: I cant track option tag in my application using Ranorex spy

Hi Peter, I already sent you one jpeg image..in that there are two list boxes...one is supplier and another one is Prductline.... # Ranorex.SelectTag _select = Host.Local.FindSingle<Ranorex.SelectTag>(".//select[@id='ListBox1']"); # IList<Ranorex.OptionTag> _optionTagList = _select.FindChildren<Rano...
by dineshkumar
Tue Apr 13, 2010 12:24 pm
Forum: General Questions
Topic: I cant track option tag in my application using Ranorex spy
Replies: 5
Views: 2436

Re: I cant track option tag in my application using Ranorex spy

Hi Peter,

Thanks for your reply...

But its not a drop down list and its a list box(having scroll bar) and for ur reference i attached a jpeg image in which there is the listbox " Supplier".

Hence your code clicks on the center right of the list box and its not what i want?

Regards,
Dinesh.
by dineshkumar
Tue Apr 13, 2010 6:06 am
Forum: General Questions
Topic: I cant track option tag in my application using Ranorex spy
Replies: 5
Views: 2436

I cant track option tag in my application using Ranorex spy

Hi, I can able to map <option> tag(select) in my application and able to access its innertext and also able to select it but I cant click that <option> tag. My code is: if (wb != null) { Ranorex.TdTag MSo_cell = frmSL.FindSingle<Ranorex.TdTag>("*//td[@id='MSOZoneCell_WebPartWPQ4']"); Ranorex.SelectT...