I would like to be able to select the 'nth' item of a RadComboBox using WebUI Test Studio.
The senario
Enter some match text into the combo box, wait for the ajax call back to complete and the dropdown list to open.
Select the 'nth' eg second item.
I am able to use a Find Expression (XPath) to target the 'nth' item but I'm not sure how this helps as the RadComboBoxItem action to select an item only seems to select the item that matches its ItemText value.
Is there away to do this?
Maybe bind from the Find Expression to the RadComboBox input?
Maybe store the text value of the Find Expression in a variable and then update the RadComboBox input?
Thanks
The senario
Enter some match text into the combo box, wait for the ajax call back to complete and the dropdown list to open.
Select the 'nth' eg second item.
I am able to use a Find Expression (XPath) to target the 'nth' item but I'm not sure how this helps as the RadComboBoxItem action to select an item only seems to select the item that matches its ItemText value.
Is there away to do this?
Maybe bind from the Find Expression to the RadComboBox input?
Maybe store the text value of the Find Expression in a variable and then update the RadComboBox input?
Thanks