How to click down arrow 5 times

How to click down arrow 5 times

Hi @Aaditya

Use Send Hot Key activity there use option pagedown or down.

Regards,
Kommi Jeevan.

2 Likes

String.Join(“”,Enumerable.Repeat(“[k(down)]”,5)) just pass this in TypeInto Activity!
Cheers

1 Like

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