Pause Script
From UBot Studio
(Difference between revisions)
Line 9: | Line 9: | ||
</pre> | </pre> | ||
+ | |||
Running the script runs the first command and pauses after that. Clicking the Run button will run the navigate command onward. | Running the script runs the first command and pauses after that. Clicking the Run button will run the navigate command onward. | ||
+ | |||
[[File:pause.png]] | [[File:pause.png]] |
Revision as of 20:12, 20 May 2013
This command is a Flow Command. This command will pause the script and is generally used for debugging purposes. Once paused you can resume the script by pressing the play button again.
Example
load html("hello world!") pause script navigate("http://www.ubotstudio.com/resources", "Wait")
Running the script runs the first command and pauses after that. Clicking the Run button will run the navigate command onward.