Votes
Answers
Views
Question
0
1
91
I am using object.innerText method, it is selecting the value from dropdown list but it is not unable as the next field still grey out. Browser("Example").Page("Example").WebElement("Select category").Object.innerText = "XYZ"
2
1
153
Hello, We have several user defined drop down list for our available selection and were wondering what and if the maximum number of available values were in that list, as we are nearing 500 selections and constantly growing? Thanks, HomerJ
0
1
21
asked 8 years ago by coleslaw
updated 8 years ago by jameslcoleman
I'm trying to change the Generation Settings on an Excel Report in the Analysis View of the Dashboard. The Status drop down presents the user with a non functional horizontal scroll bar instead of a vertical scroll bar. You are able to type an R to change to Ready but when you reload the report your...
3
3
286
In our application, we have a dropdown list that identifies in UFT as a WebElement. When I record on this object, it only records the click on the object but doesn't record selecting the value. How can I get this to work? Here's a publicly exposed example of a similar drop down: http://demos.telerik...
1
2
46
asked 12 years ago by vangalauday
updated 12 years ago by kaptainkayoss
Testing application: .Net drop down control: Ajax cascaded drop down Testing Browser: IE9 QTP 11 with QTPWEB_00078 patch( for supporting IE9 ) Child drop down is not enable even after selecting value in parent drop down. ***But when we select it manually child drop down enabled.*** (in IE8 this cont...
6
1
53
asked 15 years ago by derlweldon
updated 15 years ago by sammyh
We have a vield with a drop down list of values from 1 - 10. When the user clicks the down arrow on the field the list is in the wrong order. Example: 1 10 2 3 etc... How do I get it to sort in the correct order?