Is there any way to get all "properties" of "control view" in desktops application window using Java or any other library?

Viewed 442

Is there any way to get all "properties" of a "control view" in a window of desktops application using Java or any other library? I have tried with a java wrapper (www.github.com/mmarquee/ui-automation) for "Microsoft UI Automation" (https://msdn.microsoft.com/en-us/library/windows/desktop/ee684009(v=vs.85).aspx), but couldn't find a way to get all properties (elements) of a desktop window. If you know any better way to do this, please reply with sample codes. Thanks in advance.Please refer this link (image) to get what i mean by properties

1 Answers
Related