我正在尝试使用 UI 自动化来自动化键盘输入。
target.frontMostApp().keyboard().typeString("INTERCOM")
但是在输入第一个“I”后我会收到此错误
target.frontMostApp().keyboard() failed to locate key 'N'
Script threw an uncaught JavaScript error: target.frontMostApp().keyboard() failed to locate key 'N'
我有一个本地化的瑞典语键盘。
任何人都知道这是一个错误还是我错过了什么?