-->

Pyautogui typewrite is writing only numbers

2019-05-10 18:56发布

问题:

I am trying to automate some GUI actions using the Python library pyautogui.

Doing the simple command of:

pyautogui.typewrite("a1b2c3")

Is resulting in 123 being written.

Any ideas?