Exception when running ElementGetParent

Class library usage, coding and language questions.
Lotta
Posts: 2
Joined: Sun Jun 17, 2007 2:10 pm

Exception when running ElementGetParent

Post by Lotta » Mon Jun 18, 2007 12:00 am

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(explorerComboboxElement,explorerParentElement2);
AttributeError: 'module' object has no attribute 'ElementGetParent'

Why?

Lotte

webops
Site Admin
Site Admin
Posts: 349
Joined: Wed Jul 05, 2006 7:44 pm

Post by webops » Mon Jun 18, 2007 11:14 pm

This was a bug in V1.1.0, sorry.
We have fixed it for the next release V1.2.0

Jenö
Ranorex Team