Skip to content

0.6.0

Compare
Choose a tag to compare
@beuaaa beuaaa released this 08 Jun 15:49
· 264 commits to master since this release

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

  • Replace Window and Region with UIPath #40
  • Enhance regex in UIPath #39
  • Possibility to specify windows that should be ignored or to specify windows that should be taken into account. #36