Releases: beuaaa/pywinauto_recorder
Releases · beuaaa/pywinauto_recorder
0.6.8
0.6.7
0.6.6
0.6.5
0.6.3
0.6.2
0.6.1
0.6.0
This new version of Pywinauto Recorder focuses on a clearer syntax of the generated code and gives the user more possibilities.
Indeed, the idea is to use Pywinauto Recorder to generate a first version of an automation code that only works in an identical environment. The user will then be able to improve the code by simplifying the UIPath with '*' and 'RegEx: ' to have even more clarity and robustness.
🆕 New Features
- Possibility to use * to define element paths #17
⭐ Enhancements
0.5.0
This release adds new features like multiple monitors and 'Smart mode'.
🆕 New Features
- Possibility to use * to define element paths #17 But this implementation is limited to only one *.
⭐ Enhancements
🪲 Bug Fixes
- Icons folder is missing causing unability to replay recorded script #22
- Application starts and immediately closes #14
- I tried with Unified Service Desk 4.1, the application is crashing while recording. #11
- pip install pywinauto_recorder does not work #10
- Pywinauto_recorder.exe does not work on all PC #9
- Some special characters generate errors while recording to disk #3
- Fix accuracy of relative coordinates #2
🧪 Tests
- fix menu_click in tests #1