Question
Hoverstate
US
Last activity: 8 Dec 2022 12:39 EST
Send keys containing Japanese text to windows application failing, "unable to parse keystroke string"
I set up a very simple automation to isolate the issue. A simple interrogation of notepad, and an automation to type into notepad. When I use sendkeys with English character set I have no problem, but when I try to send Japanese I receive this error.
Manually I can type into notepad, its only through the sendkeys automation that I receive any error.
Likewise if I use sendkeys into a web form, like google search it is able to type the characters without issue.
Is there perhaps some setup I am missing to use sendkeys with Japanese character set?