I have a specific IUIAutomationElement that I would like to extract some label text from. The IUIAutomationElement has the name " Status ". As you can see, within the Status element, there are a few labels (it looks like three separate labels within. Success,
Failed, List Status. I would like to obtain the text in the "Failed" label. I have tried calling some of the Property Accessors for the IUIAutomationElement, but I cannot find how to navigate to the individual text in the "Failed" label. Anyone know a way
to do this? I have attached an image to display exactly what I am talking about.
Thanks,
-Jason