#nameQuick Reference for "#name"
Click on command to see examples & comments
Script Level Commands
Usage: #name:text
Description: Sets the name of the script to text. This is a setting used for using scripts in the Action Toolbox. The name is used as a main handle to call the action by. It's used as the caption on the Button the script is placed on in the Toolbox. It's also used when calling the action in script using the "doaction" command.:Share Link
#titleQuick Reference for "#title"
Click on command to see examples & comments
Script Level Commands
Usage: #title:text
Description: Sets the title of the script to text. This is a setting used for using scripts in the Action Toolbox. The title is used as a brief description of the script and shows up when the user hovers their mouse over the action button.:Share a Link with the currently selected user on facebook.
inputQuick Reference for "input"
Click on command to see examples & comments
Script Level Commands
Usage: input:global-variable:description
Description: Will prompt the user for an input with description and store the information into the global-variable named. i.e: input:file:What file would you like to store to?:linkurl:Input a Link URL to share.
navigateQuick Reference for "navigate"
Click on command to see examples & comments
Browser Level Commands
Usage: navigate:url
Description: Makes the browser navigate to the URL specified.:http:
//Quick Reference for "//"
Click on command to see examples & comments
Commenting
Description: A standard comment, i.e:
/Quick Reference for "/"
Click on command to see examples & comments
String Concatenation & Math Expressions
Usage: expresson1/expression2
Description: Divides expression1 by expression2./This is a comment.www.facebook.com/profile.php?id=^
wd.curinfoQuick Reference for "wd.curinfo"
Click on command to see examples & comments
WebDOM Program Variables
Description: Returns the value of the currently selected User ID or item from the info list.
softwaitQuick Reference for "softwait"
Click on command to see examples & comments
Script Level Commands
Usage: softwait:condition
Description: 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.:1
clickQuick Reference for "click"
Click on command to see examples & comments
DOM Level Commands
Usage: click:element
Description: Clicks a DOM element specified by element.:dom.a.pub=2309869772
softwaitQuick Reference for "softwait"
Click on command to see examples & comments
Script Level Commands
Usage: softwait:condition
Description: 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.:data[url]<in>dom.body.1.innerhtml
dom.input.data[url].value=global.linkurl
clickQuick Reference for "click"
Click on command to see examples & comments
DOM Level Commands
Usage: click:element
Description: Clicks a DOM element specified by element.:dom.input.Attach
softwaitQuick Reference for "softwait"
Click on command to see examples & comments
Script Level Commands
Usage: softwait:condition
Description: 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.:<INPUT class=UIButton_Text type=submit value=Share><in>dom.body.1.innerhtml
clickQuick Reference for "click"
Click on command to see examples & comments
DOM Level Commands
Usage: click:element
Description: Clicks a DOM element specified by element.:dom.input.Share