Uipath internal terminal emulator

Hi All,

I am trying to using Uipath internal provider to automate mainframe application, but not able to send hotkey combination.
Can anyone guide me on how to send hotkey combination on mainframe application.

Thanks & Regards,
Sagar B.

In Mainframe application, use send key activity which are using only in the terminal connection.

@Pradeep
I need to send Shift+F7.

are you using terminal connection to connect mainframe application?

If we are using then use send key activity and give the input key

“Shift +F7”

Otherwise use send control key activity and select the particular key

shift

and again use the same activity and select the key

F7

Thanks,

Pradeep Sridharan

@SagarSB

Do you want any help apart from this?

Thanks,

Pradeep Sridharan

If you are looking for the equivalent of F17 or F19, then you should be able to use the Send control key activity and F17/F19 will be there. I’d highly recommend going this route rather than using a send hotkey or type into activity

@Pradeep
Its typing “Shift + F7” instead of sending keys.

please help

@SagarSB

Is it typing the “Shift +F7”?

Which activities are you using ?

Give more details on the issue happening to your code

Thanks,

Pradeep Sridharan