Accepts all Friend Invites from inbox
Makes the browser navigate to the URL specified.
Sets the variable specified variable-name to expression. Expression can be any concatenated string, literal text, or Mathematical expression, and can include other variables, DOM elements, or webDOM settings.
Starts a loop block which will loop until loop-condition is no longer satisfied.
This is much like while loops in most standard programming languges. The first condition can be set to (true or false), and the loop-condition uses the conditional operators (<<, >>, ==, !=, <=, >=,
command is the command that's carried out at the end of the loop. Often times loops include incrementing a variable as the command at the end of the loop. An example loop would be "loop:true;var.i<<30;var:i=var.i+1" which would loop until the variable "i" was over 30.
When inside of a loop, the variable being used can be referenced by using "[]" brackets i.e: "dom.a.[var:i].innerhtml=foo" would set all of the link names in the loop range to "foo".
All loops must include an endloop call afterwards at risk of looping infinitely.
Ends a loop block. All endloop commands must come after an accompanying loop command.
Simulates a javascript-event for a given element. For example, if a text box has an onkeypress event tied to it, you could simulate this event. For a full list of events see http://www.webmonkey.com/reference/JavaScript_Events Javascript Events Reference.
Waits using a timer, and breaks out of the script allowing other events to happen. Once the condition is met, it returns to the waiting script and continues. This is good for use with pages which load elements using javascript which you want to load before interacting with them. condition can be a number of seconds to wait or a Minion condition.
Clicks All DOM elements specified by element-identifier.
Be the first to ask!
Fill in the fields below to create your webDOMinator account. We don't spam and we don't give away any of your information