Pressing tab multiple times

Hi guys,
I need to press {tab} key 50 times in a process, using counter and adding +1 to the count makes it slower, Any other suggested way that can help me to give command of 50 tabs at one go ?

Thanks in advance !
Cheers,
 

Sachin_Kharmale

Active Member
Hi Daniyal,

If you want to press Tab button 50 times you can use global send keys in object and pass the key as

{TAB 50} tells Send Keys to press the TAB key 50 times

I hope it will help you.
 
Hey Guys, and im having error doing something like this:" {TAB [number of times data item]}, when [number of times data item] is variable .

Thanks
 
Top