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?
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
Regards,
Dom
Hi @PULKITGUPTA,
Use Type Into activity to achieve this
"String.Join("", Enumerable.Repeat("[k(enter)]",10))"
Reagrds,
Arivu
can you share one example for this