Hello,
I'm having issue selecting from Kendo UI drop-down list. It recorded well, but when I run the test, the mouse stopped at the drop-down without selecting the value from the drop-down. It works when the value I selected is visible from the drop-down (meaning I do not have to scroll-down), but when I select the value which needs to be scrolled down from the list, it is not working. I'm trying to select project name '30' which is not visible in the drop-down (see attached screen shot).
I'm running test in IE. The test scripts are:
1. Click 'Span'
2. Wait for '6000' msec
3. Desktop command: HoverOver on StaticProjectSelectorListboxUnorderedList
4. Wait for 3000 msec
5. KendoListBox: select item by text '30'
6. wait for '3000' msec
It failed at step 5. I'm trying to find 'simulate real click option' from the test step which may resolve the issue, but I cannot find.
Please help.
I'm having issue selecting from Kendo UI drop-down list. It recorded well, but when I run the test, the mouse stopped at the drop-down without selecting the value from the drop-down. It works when the value I selected is visible from the drop-down (meaning I do not have to scroll-down), but when I select the value which needs to be scrolled down from the list, it is not working. I'm trying to select project name '30' which is not visible in the drop-down (see attached screen shot).
I'm running test in IE. The test scripts are:
1. Click 'Span'
2. Wait for '6000' msec
3. Desktop command: HoverOver on StaticProjectSelectorListboxUnorderedList
4. Wait for 3000 msec
5. KendoListBox: select item by text '30'
6. wait for '3000' msec
It failed at step 5. I'm trying to find 'simulate real click option' from the test step which may resolve the issue, but I cannot find.
Please help.