kcsahu777
13 years agoContributor
ComboBox item select issue
I am using Test Complete 8.7
Application is in flex
I can select ComboBox item by using below, when the item can be viewed directly by clicking on the combo box
But this code does not work when the item is below down the list which u can only see by dragging the horizontal scroll bar after clicking on the combo box. The following error thrown for the above code
"There was an attempt to perform an action at point (1278, -108), which is out of the window bounds."
how to write generic code for this.
Application is in flex
I can select ComboBox item by using below, when the item can be viewed directly by clicking on the combo box
combobox.ClickItem("DE")
But this code does not work when the item is below down the list which u can only see by dragging the horizontal scroll bar after clicking on the combo box. The following error thrown for the above code
"There was an attempt to perform an action at point (1278, -108), which is out of the window bounds."
how to write generic code for this.