How to use send hot key activity in a while loop?

in the software many times i have to press ‘TAB’ to navigates, so for that i have to use too many hotkey activityies

what i want to use a single hotkey activity in a while loop and then i will give the desired number for how many times the hotkey should be pressed

Hello @indiedev91

You can use a While loop activity and inside that use the Send Hot Keys activity.

image

Thanks

Hi @indiedev91

Please check this


Cheers