How to have UIPath quickly press "enter" over and over again in a loop

Trying to have the Bot essentially have the same action as if the user was “holding down enter”.

Currently I have it where its sending a hotkey of “enter” if the window box is still present. While it is working, its speed is significantly slower than if a human user was holding down the enter key.

Thanks for the help!

Hi @Kylealden15

Welcome to UiPath community buddy
Fine you can get the same speed of how a human does by enabling the property like sendwindowmessage in send hot key activity property
Cheers @Kylealden15

The default DelayBefore and DelayAfter is 300ms. Change it to 0.

The reason is sendwindowmessage property will actually interact with target application and will enable you to act faster than the default method …buddy @Kylealden15
To make it more faster as decrease the TimeOutMS to 0 which is actually 30 seconds
And delay after to 0 which is actually 200 millisecond
Cheers @Kylealden15

1 Like

Excited to be here!

This worked perfectly. Thank you for the advice!

Much appreciated! @Palaniyappan

1 Like

Cheers @Kylealden15

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