Skip to content

Windows GUI automation spy tool that shows properties of control and records python script of actions

Notifications You must be signed in to change notification settings

lundbird/Recorder-Spy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Recorder-Spy

To use, Launch RecorderSpy.exe and inspect elements with ctrl-W. Use ctrl-R to begin recording, ctrl-W to record a click, and ctrl-E to end recording.

The tool generates recordedActions.py and recordedActions.robot which uses the autogui pacakge to click the selected elements.

To run the generated scripts. You will need to have the python autogui package installed using pip install autogui.

About

Windows GUI automation spy tool that shows properties of control and records python script of actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages