Lotta
Joined: 17 Jun 2007 Posts: 2
|
Posted: Mon Jun 18, 2007 1:00 am Post subject: 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,explorerParentEl ement2);
When running this part of script I get an exception:
test=Ranorex.ElementGetParent(explorerComboboxElement,explorerParentEl ement2);
AttributeError: 'module' object has no attribute 'ElementGetParent'
Why?
Lotte |
|