How to use Ctrl key in mainframe Terminal Activity

Hi,

how to use ctrl key in Mainframe Terminal Activity
tried(send hotkey not working, typeinto not working)

can anyone know please guide me

regards
Amaresan.P

1 Like

Hi @amaresan, check this:

Rgds,
~Diego Turati

Hi @DiegoTurati

Thank you for reply

I already had look into this.
this not solution for my problem

Regards
Amaresan.P

1 Like

@amaresan, could you give me more details about your problem? Screen shot, etc…

Do you know about the Computer vision? Case not, check this post below:

Computer Vision has a better accuracy for this kind of automation.

Rgds,
~Diego Turati

Hi @DiegoTurati

I must to use Terminal activity only.

in mainframe if any wrong key was pressed… Red color cross mark it come under the main frame screen. for release red color cross mark manually i press ctrl… but i don’t know how to use in terminal activity

Regards
Amaresan.P

Here is the solution:

  1. keep the uipath explorer open before running the terminal
  2. run the code and keep a toggle breakpoint at the screen where you want to use the ctrl key
  3. when it stops at the toggle point capture the terminal selector
  4. use the send hotkey and paste the selector which captured and give ctrl key
    it works!
1 Like