How to delay few seconds before do something in Imacros?
How to delay few seconds before do something in Imacros?
Im not exactly sure what you need, but to delay an action its better to use WAIT rather than set a timeout
So in your case youd have
WAIT SECONDS = 5
TAG POS=1 TYPE=DIV ATTR=ID:picker:ap:0
you can also use WAIT with values of less than 1 second:
WAIT SECONDS = 0.2
VERSION BUILD=8961227 RECORDER=FX
TAB T=1
TAG POS=1 TYPE=BUTTON ATTR=TXT:Endorse
WAIT SECONDS=5