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'
ローカライズされたスウェーデン語キーボードを使用しています。
これがバグなのか、私が見逃したものなのか、誰にも分かりますか?