During my transaction with ui path, I need to send an escape to the terminal session so that it goes up one level in the transaction hierarchy. The problem is that the "send Control key “Escape” does nothing
I’m working with studio 2024.10 and the last package for uiAutomation.activites (25.10.13)
some terminals support scripting or special commands to navigate hierarchy levels check if your terminal supports sending escape sequences via API or script.
Try to connect with vendor or UiPath support .
Use Send Hotkey inside the Terminal Session and select ESC.
Ensure "ProcessSystemKeys": true is set in the connection string.
Add small delays or focus the target field before sending ESC to register correctly.
That means you are using Direct Connection (uses the built-in UiPath terminal client), not a third party client, so you can’t use Send Hotkey (and shouldn’t anyway).
I suggest finding out from your mainframe team or the automation BU if there is another keyboard command that can be used to accomplish the same result. I would also suggest trying a newer (or older if you’re on the newest) version of UiPath.Terminal.Activities - possibly there is a bug affecting sending the Esc control key.