项目作者: ariyuan

项目描述 :
spy tool for pywinauto
高级语言: Python
项目地址: git://github.com/ariyuan/pywinauto_inspector.git
创建时间: 2020-04-09T07:56:13Z
项目社区:https://github.com/ariyuan/pywinauto_inspector

开源协议:

下载


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

  1. pip install pywinauto

Then run

  1. python inspector.py

Choose a process and enter it in the input box like

  1. 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