/pywinauto_inspector

spy tool for pywinauto

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Pywinauto Inspector

This is the tool for searching elements by using pywinauto, and get the identifier output for a specific element

Usage

First you need to have pywinauto installed

pip install pywinauto

Then run

python inspector.py

Choose a process and enter it in the input box like

handle=6883560

Click Print button, you'll see all the identifiers output for this window, next you can pick up any of the properties as you want to locate the element.

Sample Record