Then

From UBot Studio
Revision as of 16:31, 12 April 2013 by LillyT (Talk | contribs)

Jump to: navigation, search

This command is a Flow Command. This command is used inside an if command to specify which commands should run if the condition is true.

Example

if($exists(<innertext="Video Training in Ten Minutes or Less!">)) {
    then {
        click(<innertext=" Video Training in Ten Minutes or Less!
">, "Left Click", "No")
    }
    else {
        navigate("http://www.ubotstudio.com/resources", "Wait")
        click(<innertext=" Video Training in Ten Minutes or Less!
">, "Left Click", "No")
    }
}

If the condition in the exists qualifier is correct, the then command will run to click the specified link.

File:Then.png

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox