Wait
From UBot Studio
(Difference between revisions)
Line 13: | Line 13: | ||
</pre> | </pre> | ||
− | Running the command will run the [[Load Html|load html]] command first, pause for 10 seconds, and then run the [Navigate|navigate] command after the ten seconds is over. | + | Running the command will run the [[Load Html|load html]] command first, pause for 10 seconds, and then run the [[Navigate|navigate]] command after the ten seconds is over. |
[[File:wait.png]] | [[File:wait.png]] |
Revision as of 20:13, 20 May 2013
This command is a Flow Command. This command will pause the script for a specified amount of seconds.
Seconds To Wait: Refers to the mount of seconds the command should pause the script for.
Example
load html("hello world!") wait(10) navigate("http://www.ubotstudio.com/resources", "Wait")
Running the command will run the load html command first, pause for 10 seconds, and then run the navigate command after the ten seconds is over.