Hi guys, i am currently using a application where in order to exit to the home screen, i would need to press the escape key twice and quickly. I was wondering if there is a way to do this action in uipath?
hi if i put it back to back, it doesnt seem to send it fast enough and thus, the system doesnt register it as 2 escape key and instead as one…
Hi @wasd ,
Use "Send hotkey " activity or “Keyboard Shortcut” activity, remove default 10millisecond value at " DelayBetweenKeys " properties, make it as 0
Thanks