akrnmd
5/10/2018 - 7:17 AM

Use the tab key to move the focus and count the number of buttons on the web's continuous form. #SenseTalk

Use the tab key to move the focus and count the number of buttons on the web's continuous form. #SenseTalk

put 0 into MyCounter
TypeText tab
repeat while ImageFound(3, "[target image name on focus]")
	TypeText tab
	put 1 + MyCounter into MyCounter
end repeat
log MyCounter