Hotkeys for 10 sec

Hi,

I have to send a hotkey for 10 secs.

For ex I have to keep Enter pressed for 10secs.

How can we implement it?

@PULKITGUPTA, Refer this, an existing solution :slight_smile:

Regards,
Dom :slight_smile:

Hi @PULKITGUPTA,

Use Type Into activity to achieve this

"String.Join("", Enumerable.Repeat("[k(enter)]",10))"

Reagrds,
Arivu

1 Like

can you share one example for this