beuaaa / pywinauto_recorder

A record-replay tool to automate GUI via pywinauto
https://pywinauto-recorder.readthedocs.io/
MIT License
131 stars 24 forks source link

Some special characters generate errors while recording to disk #3

Closed beuaaa closed 3 years ago

beuaaa commented 4 years ago

Cannot record accented characters with Pyhton 2 but can replay it. Can record and replay accented characters with Pyhton 3.

However, even in Python3 some special characters generate errors while recording to disk. Some special characters prevent Pywinauto from finding the element. (Ex Special characters in the title on an email in Thunderbird prevent Pywinauto from finding the entry)

beuaaa commented 3 years ago

Fixed