RunTimeID Property Issue
While trying to setting the RunTimeIdProperty in the PropertyCondition, the following error is thrown.
How can one set this property ?
PropertyCondition value for property 'AutomationElementIdentifiers.RuntimeIdProperty' must be 'Int32[]'.
<snip>
PropertyCondition
addCondtion =newPropertyCondition(AutomationElement.RuntimeIdProperty,ControlType.TreeItem);<snip>
~JK

