Search found 2 matches

by Lotta
Mon Jun 18, 2007 12:00 am
Forum: Automation API
Topic: Exception when running ElementGetParent
Replies: 1
Views: 3162

Exception when running ElementGetParent

Hi, I have a comboboxelement which work as expected except for when I am trying to get the parent element for it, like: test=Ranorex.ElementGetParent(explorerComboboxElement,explorerParentElement2); When running this part of script I get an exception: test=Ranorex.ElementGetParent(explorerComboboxEl...
by Lotta
Sun Jun 17, 2007 2:16 pm
Forum: Automation API
Topic: Problems to find combobox control twice
Replies: 1
Views: 3496

Problems to find combobox control twice

Hi, I am trying to automate a webpage with a lot of comboxes, tabs etc. First I wanted to select a specific combobox and it works fine but then I want to select the same combobx again (after leaving focus of combobox) but I cannot get this to work. What is the error? It is the part after: ' #To be d...