Categories
How to print characters using PyWinAuto?
In PyWinAuto, I'm trying to print the path to install the application using .type_keys, but some of the characters I need are not displayed - the percent sign, brackets and colon. How to fix it?
Answer the question
In order to leave comments, you need to log in
Try putting the following characters in curly braces:
from pywinauto.keyboard import send_keys send_keys("{%}{(}{:}")
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question