Wait

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
 
(2 intermediate revisions by one user not shown)
Line 2: Line 2:
 
This command is a [[Flow Commands|Flow Command]]. This command will pause the script for a specified amount of seconds.  
 
This command is a [[Flow Commands|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.  
+
'''Seconds To Wait:''' Refers to the amount of seconds the command should pause the script for.  
  
 
== Example ==
 
== Example ==
Line 14: Line 14:
  
  
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 are over.
  
  
[[File:wait.png]]
+
[[File:wait.jpg]]

Latest revision as of 16:01, 6 June 2015

This command is a Flow Command. This command will pause the script for a specified amount of seconds.

Seconds To Wait: Refers to the amount of seconds the command should pause the script for.

[edit] 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 are over.


Wait.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox