ranettix
Joined: 28 Aug 2006 Posts: 16
|
Posted: Fri Sep 08, 2006 2:00 pm Post subject: Text element not found when shaded |
|
A text element is searched for with (Ranorex 0.9.3beta3):
<controlname>.Element.FindChild(Role.Text, "elementname");
When the text field is editable, the element can be accessed thru Ranorex.
However, when the text field is shaded, the element is not found
(null is returned).
This problem seems to occur not always, but is unpredictable. |
|