pywinauto_recorder.player
This module contains functions to replay a sequence of user actions automatically.
Functions
|
Loads a dictionary. |
|
Returns the shortcut path associated to the shortcut defined in the previously loaded dictionary. |
|
Returns the full element path associated to the shortcut defined in the previously loaded dictionary. |
|
Finds the element matching element_path. |
|
Finds all elements matching element_path. |
|
Moves and resizes a window |
|
Moves the mouse cursor over the user interface element. |
|
Clicks on found element. |
|
This function is a partial function derived from the |
|
This function is a partial function derived from the |
|
This function is a partial function derived from the |
|
This function is a partial function derived from the |
|
This function is a partial function derived from the |
|
This function is a partial function derived from the |
|
Drags and drops from element_path1 to element_path2. |
|
This function is a partial function derived from the |
|
This function is a partial function derived from the |
|
Clicks on the menu items. |
|
Turns the mouse wheel up or down. |
|
Parses the keys and type them You can use any Unicode characters (on Windows) and some special keys. |
|
Sets the value of a combobox. |
|
Sets the value of a text field. |
|
Tests if the user interface element exists. |
|
Selects a file in an already opened file dialog. |
|
This function plays back a string of code or a Python file. |
Clears the cache of the |
Classes
The player settings class contains the default settings. |
|
|
The MoveMode class is an enumeration of the different ways that the mouse can move. |
|
The ButtonLocation class is an enumeration of the different locations of the mouse buttons. |
|
UIPath is a context manager used to keep track of the current path in the UI tree. |
alias of |
|
alias of |