Not

From UBot Studio
Revision as of 17:56, 7 January 2013 by LillyT (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This function is a Qualifier Function. This function returns true if the condition is not true.

Example

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

The above script will navigate to the specified url int he navigate command in the Then command if the attribute in the exists qualifier does not exist on the page.

File:Not.png

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox