Pywinauto recorder API

Setup

If you want to replay the actions of a script generated by “pywinauto_recorder.exe” in your Python interpreter you must install the pywinauto_recorder package:

pip install -U pywinauto_recorder

API documentation

The following table lists the useful methods and classes for the ‘Player’ and ‘Recorder’ modules:

pywinauto_recorder.player

This module contains functions to replay a sequence of user actions automatically.

pywinauto_recorder.recorder

This module contains functions and classes allowing to record a sequence of user actions.