Page 1 of 1

AutomationElement property of UIAutomation class in 2.3

Posted: Fri Mar 25, 2011 5:53 am
by vengaishiva
Hi,
I want to use the following code. I am using ranoerex 2.3. The UIAutomation class of it does not contain Automation Element property. Is there any work aroud for it?

UIAutomation uia = "yourRxPathToTheElement";
string value = (string)uia.AutomationElement.GetCurrentPropertyValue(ValuePattern.ValueProperty);

Regards,
Siva R S

Re: AutomationElement property of UIAutomation class in 2.3

Posted: Fri Mar 25, 2011 11:26 am
by Support Team
Hi,

Answered with in following post:
http://www.ranorex.com/forum/post8060.html#p8060

Regards,
Peter
Ranorex Team