FlaUI / FlaUInspect

Inspect tool to inspect UIs from an automation perspective
MIT License
410 stars 97 forks source link

Support for TechnologyName property #3

Open twenzel opened 6 years ago

twenzel commented 6 years ago

Is it possible to show the TechnologyName property for the elements? See a screenshot by DevExpress

For all common controls/elements there should be "MSAA" or "Web" or "UIA".

This is required in order to validate whether third party extensions for UIA (such as from DevExpress) are loaded.

Roemer commented 6 years ago

Seems like that is a custom uia property. This is in general not a problem but unfortunately I do not have this DevExpress.CodedUIExtension assembly available to find the name/id of this property to add. Do you know if it's possible/allowed to send me that assembly?

AlisherAmonulloev commented 6 years ago

Hi Toni and Roman, Toni contacted us regarding this. Sure, we can share the mentioned assembly. You can download it from my comment in the https://www.devexpress.com/Support/Center/Question/Details/T549595/support-for-plain-uia-msaa-frameworks ticket.

Roemer commented 6 years ago

Thanks for the link, I will investigate in it.