Hotkey trigger or Keyboard shotcuts activities cannot be used in CV screenscope

Hi is there any other activity or approach to press Enter or press “N” during runtime inside CV screenscope

how can I press Enter or press “N” during runtime inside CV screenscope

try send hotkey from classic this will work

Regards

1 Like

Hello @r0818
Try to Send Hotkey activity and indicate the Specific Window.
image

1 Like

Hi @r0818

You can use any one of the approach-

  1. You can use the “Type Into” activity to send keystrokes to the application inside the CV Screen Scope.
  2. You can also use the “Send Hotkey” activity to send keystrokes to the application inside the CV Screen Scope. To send the Enter key, set the Key property of the “Send Hotkey” activity to “enter”. To send the “N” key, set the Key property to “n”.

Thanks!!

1 Like

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