キーボードショートカットキーで入力した文字がテキストボックスに表示される

こんにちは
UiPath Studio EnterPrise Edition 2022.4.3ユーザです。

firefoxブラウザのテキストボックスにキーボードショートカットアクティビティでdelキーを入力したらテキストボックスに [k(del)] と表示されました。

入力モードは シミュレート にしています。何が原因でしょうか。

@gorby,

Simulate don’t support Keyboard shortcut’s hence it’s just typing it as it is. Change it to SendWindowMessages or Hardware Events

Thank you for your comment!
How about Type in activity?
Is Type in activity available by the next four input modes?
Simulate>Chromium API>Send Window Messages>Hardware Event

@gorby,

Yes, all four available for chrome and edge browser.

For Firefox chromium API isn’t available.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.