Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 567 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 567 Bytes

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