Hi,
I've been writing test cases which use SetValue of Dropdown Lists which works just fine in IE. In Chrome and Firefox though, it doesn't work (the Ranorex Plugin is installed on all browsers).
Therefore I wanted to be able to first click the Dropdown and then select an Item. When I use Live Tracking, I'm left with this:
Does anybody know a way to achieve this or a workaround?
Thanks in advance,
Stephan
Tracking Dropdown Items of Web Applications
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Tracking Dropdown Items of Web Applications
Hi Shamann,
Be sure you are using the Invoke Action > SetValue on the select box element, not the list item. It is recommended to also perform a click action on this select box before the SetValue action to fire any click event listeners that may be attached to this element that would not be otherwise fired with just a SetValue action. I hope this helps!
Regards,
Ned
Be sure you are using the Invoke Action > SetValue on the select box element, not the list item. It is recommended to also perform a click action on this select box before the SetValue action to fire any click event listeners that may be attached to this element that would not be otherwise fired with just a SetValue action. I hope this helps!
Regards,
Ned