UI window objects of UAExpert are NOT visible for GUI Automation in MS inspect.exe

Questions regarding the use of the UaExpert.

Moderator: uaexpert

Post Reply
sachinpatole
Jr. Member
Jr. Member
Posts: 1
Joined: 12 Nov 2022, 06:14

UI window objects of UAExpert are NOT visible for GUI Automation in MS inspect.exe

Post by sachinpatole »

Hello,
I want to automate GUI action in UAExpert. For that I use PyWinAuto (https://pypi.org/project/pywinauto/) to Automate windows application. To look for UI object and their class name or Ids, I use Inspect.exe which is available along with MS SDK Tools.

Most of the UI object of UA Expert are locked/not accessible in Inspect.exe, due to which I can't automated my stuff in UAExpert.

e.g.
1. In project window, I can't access the tree view elements.
2. In Address space, I can't access the tree view elements due to which I can 't dragdrop/browse the address space
3. In Log Window, I can't read each log line.
4. There are more windows also :-(

I don't see any reason why these UI elements are locked/not accessible

Any inputs will be helpful, Thanks!

Post Reply