cancel
Showing results for 
Search instead for 
Did you mean: 

How simulate key combination and alt key on SAP Intelligent Robotic Process

former_member661296
Discoverer
0 Kudos
1,199

Hello, how i can simulate ALT+P combination with keystroke on IRPA ?

Thanks!!

View Entire Topic
0 Kudos

try

ctx.keyStroke(ctx.keyStroke(e.key.Alt +e.key.P))

andres_velez
Explorer
0 Kudos

Hello Aleksandar.

I wanted to ask you: is this statement written in a custom script or in a keyStroke activity?

Thank you