A firefox GUI script. Need some help.

Ok I am making a script to work in Firefox 2 that will do some stuff over 4 tabs.
What I am running into is this I can get it to move tabs and reload that tab but what has me is how to make it stop the script,
For say 10 seconds or 15 then move to the next tab and reload that tab.
I could use some help. Because the web site that I am using this on is fast most the time but it from time to time has log and i need to make the script stop for that amount of time. So the the web server can have the time to do the one update in one tab then be ready from the next tab.
Thank you all for your help.

Model: PowerBook G3
Browser: Firefox 2.0.0.1
Operating System: Mac OS X (10.4)

Hi Michael,

Try using pause 5 or pause 10 or the phrase: do shell script “sleep 5”, or do shell script “sleep 10”, etc…You’ll have to play with the timing a bit. You also might consider doing something other than GUI, as it has its drawbacks.

'hope this helps.

Sincerely,

Variable as the Shade

delay 10

thank you the last one did it for me.
now all I need to find out how to is setup so that when my repeat is done that is updates one last tab. but hey thanks for everything. I hope get some help doing a GUI front end for a script to do some stiff over ssh.

Browser: Firefox 2.0.0.1
Operating System: Mac OS X (10.4)