Page 1 of 1

Kendo dropdown

Posted: Mon Apr 11, 2016 11:11 am
by giuseppe.lacagnina
Hi.

I have to test an HTML application in which dropdowns have been implemented with some kendo objects. I am having difficulty in figuring out how to select a value from Ranorex.

The structure seems to be as follows. There is a <div> for the dropdown, with a series of <span>s inside one another. The items correspond to <span>s and the selected one has class="selected value".

What is the best way to choose the selected item from Ranorex?

Would it be possible to get all the <span>s corresponding to the items, cicle through them, remove this class leaving it untouched only for the desired item? Is there a better way?

Thanks!

Re: Kendo dropdown

Posted: Mon Apr 11, 2016 11:35 am
by odklizec
Hi,

Please post a Ranorex snapshot of the problematic element. Ideally, post snapshot both in collapsed and expanded state (i.e. two snapshots). Without snapshot, it's pretty hard to suggest something reliable.

Re: Kendo dropdown

Posted: Tue Apr 12, 2016 11:05 am
by giuseppe.lacagnina
Thanks. It was not clear to me whether I was allowed to send the snapshot.
I have found a way to make it work differently.