Search found 2 matches

by volcamp55
Thu Oct 22, 2015 3:55 pm
Forum: Object Identification and Technologies
Topic: SelectBox - Index Reset?
Replies: 2
Views: 1721

Re: SelectBox - Index Reset?

Thanks for the suggestion, Bernhard. I will try that out when I can gain access to a system that I can test this out on. Basically, I have a web interface to control our system diagnostics. The drop-down lists are contained in "selectbox" web controls. If your suggestion doesn't work, I will send yo...
by volcamp55
Tue Oct 20, 2015 4:30 pm
Forum: Object Identification and Technologies
Topic: SelectBox - Index Reset?
Replies: 2
Views: 1721

SelectBox - Index Reset?

I have a "selectbox" object which contains several selections .. for simplicity, we can assume the listed entries contain the values "1", "2", "3", "4", and "5". I use the following C# code to find a particular entry and move to it to "select" the item: ListItem item = "/container[@caption='selectbo...