webDOMinator - Minion Scripting Language Reference

Search a Command:

Main Index

List All Commands Alphabetically List All Commands Categorically List By Recently Added List Categories
Select a Command to see full description & comments
list.handle.filesize   Information Lists
Returns the size of the ".list" file where the data...
wd.automation   WebDOM Program Variables   [1 user comments]
Returns the Type of automation that webDOM is performing....
splitlist   Information Lists   [1 user comments]
Splits the list specified by handle to a new...
list.handle.savefreq   Information Lists
Returns or sets the number of actions per automatic...
casesensitive   Program Level Commands
Sets Minion to use the case sensitive version of the...
wd.waitcounter   WebDOM Program Variables
Returns the time (in seconds) between actions during...
wd.waittime   WebDOM Program Variables
Returns the time (in seconds) that has passed since...
wd.timeleft   WebDOM Program Variables
Returns the time (in seconds) left until webDOM checks...
list.handle.totalgathered   Information Lists
Returns the total number of items gathered to the list...
list.handle.filestatus   Information Lists
Returns the status of the file the list saves to. 0...
list.handle.random   Information Lists
Returns a random item from the list specified by handle.
wd.totalgathered   WebDOM Program Variables
Returns the total number of items gathered to lists...
killevent   Events and Event Variables
Stops the event from listening. If you only want a...
event   Events and Event Variables   [1 user comments]
Creates an event. An event is something that waits...
wd.proxy.port   WebDOM Program Variables
Returns the currently set proxy port.
wd.proxy.server   WebDOM Program Variables
Returns the currently set proxy server.
gather   Program Level Commands
Gathers all possible items to all used lists. This...
pastevalue   DOM Level Commands
Pastes whatever value to the currently focused...
savelistindex   Information Lists
Saves the current index of lists that are open as well...
emptytable   Table Commands
Empties all the data in the table specified by tablehandle.
noadvance   Program Level Commands
Sets the conditions upon which webDOM will...
//   Commenting
A standard comment, i.e:

//This is a comment.
clearlist   Program Level Commands
Clears the list specified by listhandle
style   DOM Level Commands
Sets the Style property of any DOM element...
addcolumn   Table Commands
Adds a new column to the webDOM table specified by tablehandle....
wd.captcha.returnscript   WebDOM Program Variables
Returns or sets the script which runs and processes...
wd.captcha.response   WebDOM Program Variables   [2 user comments]
Returns the raw result from the captcha solver after...
wd.captcha.code   WebDOM Program Variables
Sets or returns the captcha text code result from the...
trimzeroes   Text Manipulation Commands
Trims leading zeroes from the variable. variable...
wd.captcha.solver.failurl   WebDOM Program Variables
Returns or sets the URL which will get called if webDOM...
wd.captcha.solver.retrieveurl   WebDOM Program Variables
Returns or sets the URL which webDOM will check for...
wd.captcha.solver.statusdone   WebDOM Program Variables
Returns or sets the status code the HTTP solver will...
wd.captcha.solver.statuswait   WebDOM Program Variables
Returns or sets the status code the HTTP solver will...
wd.captcha.solver.checkdelay   WebDOM Program Variables
Returns or sets the delay in seconds that happens between...
wd.captcha.solver.checkurl   WebDOM Program Variables
Returns or sets the URL which is to be checked for a...
wd.captcha.solver.postdata   WebDOM Program Variables
Returns or sets extra post data in the format of "fieldname=value&fieldname=value...".
wd.captcha.solver.postfilefield   WebDOM Program Variables
Returns or sets the name of the posted file. The HTTP...
wd.captcha.solver.posturl   WebDOM Program Variables
Returns or sets the URL which the CAPTCHA image will...
wd.captcha.solver.shellfailcommand   WebDOM Program Variables
Returns or sets the shell fail command. This is the...
wd.captcha.solver.shellcheckfile   WebDOM Program Variables
Returns or sets the path to the file which holds the...
wd.captcha.solver.shellcommand   WebDOM Program Variables
Returns or sets the (DOS) shell Command or commands...
wd.captcha.solver.type   WebDOM Program Variables
Returns or sets the type of alternative CAPTCHA solver...
wd.captcha.solver.name   WebDOM Program Variables
Returns or sets the name of the currently loaded alternative...
shellwait   Filesystem and Shell Commands
Runs a shell command specified by command and...
explode   Text Manipulation Commands
Works like PHP explode, takes a text string input...
<!inlist>   Comparators
Where text-item is NOT in the list specified...
<inlist>   Comparators
Where text-item is in the list specified by...
list.handle.url   Information Lists
In webDOM 3.0 all lists have a URL template that outputs...
list.handle.meta   Information Lists
Returns or sets the type of information that the list...
sortlist   Information Lists
Sorts the list specified by handle. If the...
[curlist]   Information Lists
Used when referring to the current automation list....
wd.answer   WebDOM Program Variables
Returns the yes/no answer given by the user from the...
wd.lastevent   WebDOM Program Variables
Returns the last user event code for the most recent...
wd.userevent   WebDOM Program Variables
Returns the most recent user based event recorded.
wd.postdata   WebDOM Program Variables
Returns or sets the POST data for the webDOM browser....
wd.headers   WebDOM Program Variables
Returns or sets the headers that will be sent with the...
wd.apa   WebDOM Program Variables
Returns or sets the Actions Per Account (APA) for the...
scrape   Program Level Commands
Performs a scrape and outputs the results to the Scrape...
ask   Program Level Commands
Asks the user a yes/no type question and waits for an...
<!in>   Comparators
Where expression1 is a string that does not...
sys.datadir   System Variables
The data directory location. Information like tables...
sys.optiondir   System Variables
The options directory location. In this directory is...
sys.timestamp   System Variables
The current UNIX timestamp which represents the number...
list.handle.regexmap   Information Lists
Returns or sets the regex sub-match map for the list...
list.handle.regex   Information Lists
Returns or sets the regex gathering pattern for the...
list.handle.curinfo   Information Lists
Returns the currently selected item from the list. ...
list.handle.loop   Information Lists
Returns or sets wether or not the list specified by...
list.handle.automate   Information Lists
Returns or sets wether or not that specific list is...
setlist   Information Lists   [1 user comments]
Sets the list specified by handle to be the...
cleargathers   Information Lists
Sets All currently loaded lists to NOT gather when the...
gathertoall   Information Lists
Sets All currently loaded lists to gather when the main...
gatherto   Information Lists
Sets webDOM to only gather to the lists specified by...
wd.captcha.usescreenshot   WebDOM Program Variables
Returns or sets the screenshot mode on /off. When the...
wd.captcha.attempts   WebDOM Program Variables
Sets the number of attempts that captcha solver will...
wd.gather.nextpagelink   WebDOM Program Variables
Sets the Next page link setting in autogather options....
wd.curlist   WebDOM Program Variables
Returns the name of the current list being used for...
wd.list.blacklist   WebDOM Program Variables
Sets or returns the file path for the virtual blacklist...
refreshquery   Query Commands
Clears out the results for a query and refreshes them.
query   Query Commands
Creates a webDOM query named with queryhandle...
columntolist   Table Commands
Exports just one column from a table to a one dimensional...
tablesort   Table Commands
resetcaptchacrop   Program Level Commands
Resets the crop for the Screenshot mode of captcha image...
logout   Program Level Commands
Performs the logout action on the currently loaded site...
tip   Program Level Commands
Shows a tip to the user on what to do next. This can...
softnavigate   Browser Level Commands
Makes the browser navigate the URL specified, but this...
wd.client.cpu   WebDOM Program Variables
Returns the browser client's CPU class. (default: depends...
wd.client.language   WebDOM Program Variables
Returns the browser client's language. (default: en-us...
wd.client.minorversion   WebDOM Program Variables
Returns the browser client's Minor Version. (default:...
wd.client.version   WebDOM Program Variables
Returns the browser client's version. (default: depends...
wd.client.codename   WebDOM Program Variables
Returns the browsers client's code name. (default: Mozilla)
wd.client.name   WebDOM Program Variables
Returns the browser client's name. (default: Microsoft...
table.tablehandle.col.random   Table Variables and Options
Returns a random value from one of the rows in the column...
table.tablehandle.col.title   Table Variables and Options
Returns or sets the title of the column specifiec by...
table.tablehandle.nosave   Table Variables and Options
Turns automatic saving (upon gather/synch) on or off...
regex.handle.match-number.submatches   Regular Expression Variables
Returns the number of sub-matches for the match represented...
regex.handle.match-number.submatch-number   Regular Expression Variables
Returns the sub-match represented by submatch-number...
regex.handle.match-number   Regular Expression Variables
Returns the match represented by match-number...
regex.handle   Regular Expression Variables
Returns the pattern for the regular expression specified...
regex.handle.matches   Regular Expression Variables
Returns the number of matches from the current page...
regex.handle.pattern   Regular Expression Variables
Sets or returns the pattern for the regular expression...
regex.handle.input   Regular Expression Variables
Sets or returns the current input for the regular expression...
clearmatches   Regular Expression Commands
Clears the matches for the regular expression specified...
saveregex   Regular Expression Commands
Saves the regular expression specified by handle...
regex   Regular Expression Commands
Creates a new regular expression matcher object which...
regex.pattern   Top Level Dom Values
Returns the first sub-match of a regular expression...
table.tablehandle.col.row   Table Variables and Options
Returns or sets the value of the cell in the table specified...
table.tablehandle.col.unique   Table Variables and Options
Returns or sets the unique option on each column specified...
table.tablehandle.col.gather   Table Variables and Options
Returns or sets the Gather option for the column specified...
table.tablehandle.columns   Table Variables and Options
Returns the column titles seperated by commas for the...
table.tablehandle.colcount   Table Variables and Options
Returns the number of columns in the table specified...
table.tablehandle.rowcount   Table Variables and Options
Returns the number of rows in the table specified by...
table.tablehandle.endcol   Table Variables and Options
Clips the number of columns that webDOM gathers when...
table.tablehandle.endrow   Table Variables and Options
Sets or returns the clipping of the table rows for the...
table.tablehandle.nonuniform   Table Variables and Options
Turns table uniformity on/off for the table specified...
table.tablehandle.synch   Table Variables and Options
Turns automatic synchronization on/off or returns it's...
table.tablehandle.striphtml   Table Variables and Options
Sets or returns the "striphtml" option for the table...
export   Table Commands
Exports the table specified by tablehandle...
savetable   Table Commands
Saves the table specified by tablehandle to...
shiftcoltitles   Table Commands
Shifts the column titles for the table specified by...
gathertable   Table Commands
Gathers information to the webDOM table specified by...
insertrow   Table Commands
Inserts a new row into the table specified by tablehandle....
table   Table Commands
Creates a webDOM table with the name/handle specified...
savedom   Program Level Commands
Saves the active DOM state to a file represented by...
setpregather   Program Level Commands
Sets the pre-gather script to the file set by filepath....
<infile>   Comparators
Returns true if text is found in the file specified...
wd.killwait   WebDOM Program Variables
Sets or returns the amount of time the killalert command...
wd.login.url   WebDOM Program Variables
Returns the login URL for the currently loaded plugin.
lastproxy   Browser Level Commands
Changes to the previous proxy in the loaded proxy list...
nextproxy   Browser Level Commands
Changes to the next proxy in the loaded proxy list or...
wd.list.filename   WebDOM Program Variables
Returns the file name of the currently loaded main list....
traystatus   Program Level Commands
Outputs expression to the task tray icon. ...
show   Program Level Commands
Shows a webDOM window. The windows that can...
opt   Options Forms Commands and Variables
Sets the value of an options page option specified...
opt.optionname   Options Forms Commands and Variables
Returns the value of the option specified by optionname....
writefile   Filesystem and Shell Commands
Writes the value of a webDOM var or global type variable...
maximize   Program Level Commands
Maximizes the main webDOM window.
minimize   Program Level Commands
Minimizes the main webDOM window.
totray   Program Level Commands
Closes webDOM to the task tray.
optionwait   Plugin Level Commands
This waits for the user to click OK when selecting the...
showoptions   Plugin Level Commands
This shows the user controlled options form for the...
wd.plugin   WebDOM Program Variables
Returns the name of the currently loaded plugin
wd.login.fail   WebDOM Program Variables
Returns whether or not webDOM was able to find the Login...
clickall   DOM Level Commands
Clicks All DOM elements specified by element-identifier.
wd.login.accounts   WebDOM Program Variables
Returns the number of accounts in the current accounts...
wpost   Filesystem and Shell Commands
Uses HTTP POST method to upload a list of files in the...
exportplugin   Program Level Commands
Takes the currently loaded plugin and exports it to...
skipaccount   Program Level Commands
Skips a certain number of accounts or goes to a specific...
cutout   Text Manipulation Commands
Trims off any text in a variable before start...
script.author   Script Variables
Returns the author of the current script (set by #author:)
script.description   Script Variables
Returns the description of the current script (set by...
script.title   Script Variables
Returns the title of the current script (set by #title:)
script.name   Script Variables
Returns the name of the current script (set by #name:)
script.time   Script Variables
Returns the running time of the current script.
script.file   Script Variables
Returns the filename (full path) of the script this...
list.handle.optionsfile   Information Lists
Returns or sets the options from a file for the gathering...
list.handle.gatherfile   Information Lists
Returns or sets the file to gather to for the gathering...
list.handle.state   Information Lists
Returns or sets the gather state for the gathering options...
list.handle.property   Information Lists
Returns or sets the element property to use for the...
list.handle.element   Information Lists
Returns or sets the element type to gather data from...
list.handle.terminators   Information Lists
Returns or sets the data filter's terminating characters...
list.handle.filter   Information Lists
Returns or sets the list of filtered words for the gathering...
list.handle.subfield   Information Lists
Returns or sets the sub-field or the starting text for...
list.handle.noskip   Information Lists
Returns or sets the noskip property for the gathering...
list.handle.identifier   Information Lists
Returns or sets the Data identifying text for the gathering...
list.handle.number   Information Lists
Returns the item in the list specified by handle
list.handle.current   Information Lists
Returns or sets the currently selected item's list index...
list.handle.stop   Information Lists
Returns or sets the stopping point for automation on...
list.handle.start   Information Lists
Returns or sets the starting point for automation on...
list   Information Lists
Creates a new virtual list. Virtual lists do not have...
lastplugin   Program Level Commands
Makes webDOM load the last plugin in your Site Plugin...
nextplugin   Program Level Commands
Makes webDOM load the next plugin in your Site Plugin...
randomizelist   Program Level Commands
Randomizes your list quickly to make ordered lists a...
listremove   Program Level Commands
Removes anything from the list that matches the expression....
regexgather   Program Level Commands
Matches any regular-expression that is on the...
url.query   Top Level Dom Values
Returns the query string or specific arguments of the...
url.file   Top Level Dom Values
Returns the file name of the URL from the current browser...
url.folder   Top Level Dom Values
Returns the folders or path of the current URL from...
url.ext   Top Level Dom Values
Returns the extension of the current URL like "com","net","org"...
url.host   Top Level Dom Values
Returns the host from the current browser page or examined...
url.schema   Top Level Dom Values
Returns the schema "http", "https", "ftp" from the current...
breakurl   Program Level Commands
Breaks down the url into pieces that are accessible...
googlesearch   Browser Level Commands
Performs a google search for keywords on the...
silentmode   Browser Level Commands   [1 user comments]
Turns the browser to silent if setting is set...
proxylogin   Browser Level Commands
Automatically logs in to a Private proxy (eg: Packetflip...
wd.captcha.defaultmode   WebDOM Program Variables   [1 user comments]
Returns the numeric value of or sets default mode on/off....
oncaptchasuccess   Program Level Commands
Sets the script that runs when the CAPTCHA meets the...
oncaptchafail   Program Level Commands
Sets the script that runs when the CAPTCHA meets the...
captchasuccess   Program Level Commands
Closes the webDOM's connection with the host CAPTCHA...
captchafail   Program Level Commands
Send a failure notice back to the captcha service in...
dom.state   Top Level Dom Values
Returns the numeric state of the browser. 4 is page...
softwait   Script Level Commands   [3 user comments]
Waits using a timer, and breaks out of the script allowing...
snapshot   Browser Level Commands
Takes a snapshot of what's being displayed on the current...
wd.captcha.error   WebDOM Program Variables
Returns the last error returned by the CAPTCHA system....
wd.captcha.screenshot   WebDOM Program Variables   [2 user comments]
Returns the file name of the CAPTCHA screenshot taken...
wd.captcha.filename   WebDOM Program Variables
Returns the File name of the CAPTCHA image that webDOM...
wd.captcha.balance   WebDOM Program Variables
Returns the balance in your CAPTCHA service account.
wd.captcha.input   WebDOM Program Variables   [3 user comments]
Returns or sets the CAPTCHA Options Image setting. ...
wd.captcha.image   WebDOM Program Variables
Returns or sets the CAPTCHA Options Input setting. ...
wd.captcha.port   WebDOM Program Variables
Returns or sets the current port for the CAPTCHA service
wd.captcha.password   WebDOM Program Variables
Returns or sets the current password for the CAPTCHA...
wd.captcha.username   WebDOM Program Variables
Returns or sets the current username for the CAPTCHA...
wd.pref.pagetimeout   WebDOM Program Variables
Sets the pagetimeout value from the webDOM preferences
copyfile   Filesystem and Shell Commands
Copies the source-file to the destination
saveaccounts   Program Level Commands
Saves an account list to the file specified by filename.
addaccount   Program Level Commands
Adds a new account to your currently loaded account...
continue   Program Level Commands
Continues the last automation process that webDOM was...
parse   Text Manipulation Commands
Parses whatever variable is fed to it. The...
<later>   Comparators
Where date1 is later than date2. ...
<earlier>   Comparators
Where date1 is earlier than date2....
<match>   Comparators
Where expression matches the regular-expression...
<like>   Comparators
Where expression1 is like expression2...
changedir   Filesystem and Shell Commands
Changes the current windows directory to the directory-path...
readfile   Filesystem and Shell Commands
Reads a full file specified by filename into...
wget   Filesystem and Shell Commands
Returns the contents of the remote-url from...
shared   Variable Setting Commands
Sets the variable specified variable-name to...
halt   Program Level Commands
Stops any current automation going on including friend...
playsound   Program Level Commands
Plays a sound in "wav" format from sound-file.
getcache   DOM Level Commands
Grabs an object or image from the browser cache as specified...
simulate   DOM Level Commands
Simulates a javascript-event for a given element....
scroll   DOM Level Commands
Scrolls the element specified into view. This...
urlencode   Text Manipulation Commands
URL Encodes the value of the variable (can...
regexreplace   Text Manipulation Commands
Uses the VBScript Regex 5.5 form of regular expressions,...
evaluate   Script Level Commands
Runs whatever the contents of variable is as...
wd.list.last   WebDOM Program Variables
Returns the index of the last item in the Information...
wd.gather.pages   WebDOM Program Variables
Sets the Auto-Gather page limit to a certain number...
wd.gather.friends   WebDOM Program Variables
Sets the Auto-Gather friend limit to a certain number...
autogather   Program Level Commands   [1 user comments]
Makes webDOM gather a certain number-of-items...
setlistfile   Program Level Commands   [1 user comments]
Sets the list file to save to. This is for use when...
%s%   Special Characters
semicolon, this converts into a ";" symbol after all...
sys.memory   System Variables
How much memory the current running instance of webDOM...
sys.scheduledir   System Variables   [1 user comments]
The main schedule directory path.
wd.list.count   WebDOM Program Variables
Returns the current size of the info list in number...
fetch   Filesystem and Shell Commands
"Fetches" a file off of the internet from the remote-url...
makedir   Filesystem and Shell Commands   [1 user comments]
Creates all of the directories
saveglobals   Program Level Commands
Saves the current Default Global Variables list to the...
populatetofile   Program Level Commands
Populates the user ID's to a .list file specified by...
lastaccount   Program Level Commands
Changes to the last account in the currently loaded...
nextaccount   Program Level Commands
Changes to the next account in the currently loaded...
changeaccount   Program Level Commands
Changes the account...
loadaccounts   Program Level Commands
Loads a new set of accounts into the account list from...
loadaction   Program Level Commands
Loads a new action into the Action toolbox specified...
saveactionset   Program Level Commands
Saves the current list of actions from the Action Toolbox...
loadactionset   Program Level Commands
Loads a new list of actions into the Action Toolbox...
doaction   Program Level Commands
Runs the action specified by action-name from...
ca_all   Program Level Commands
Starts the automation process of running a Custom Action...
qa_all   Program Level Commands
Starts the automation process of running the currently...
disableschedule   Program Level Commands
Disables the schedule on the thread.
enableschedule   Program Level Commands   [1 user comments]
Enables the schedule on the thread.
saveschedule   Program Level Commands
Saves the current schedule to file specified by filename.
schedule   Program Level Commands
Adds the schedule-file to the current schedule...
dynamicpop   Program Level Commands
Turns "on" or "off" the dynamic population setting switching....
loadpopsettings   Program Level Commands
Loads in a pop-file into the population settings....
loadpmlist   Program Level Commands
Loads in a messagelist-file into the PM settings....
loadpm   Program Level Commands
Loads a message specified by filename into...
loadblacklist   Program Level Commands
Load a blacklist specified by filename into...
getlistids   Program Level Commands
Takes the ID's from low-bound to high-bound...
select   DOM Level Commands
Will auto-select an option from a drop-down...
#description   Script Level Commands
Sets the description of the script to text....
#title   Script Level Commands
Sets the title of the script to text. This...
#author   Script Level Commands
Sets the author of the script to text. This...
#name   Script Level Commands
Sets the name of the script to text. This...
warnings   Script Level Commands
Sets warnings to display output in the Status window...
nextpage   Browser Level Commands   [1 user comments]
Makes webDOM click on the "Next" link. This only works...
sys.plugindir   System Variables   [1 user comments]
The plugin directory of the currently loaded profile
popsubfield   Program Level Commands
Sets up the Sub-field of the population control in the...
loadschedule   Program Level Commands
Loads a schedule file specified by filename...
changepm   Program Level Commands   [1 user comments]
When using Message Randomization in your Message Settings...
onquit   Script Level Commands
Signifies which script-file to run when the...
setcounter   Program Level Commands
Set the counter (number of seconds to wait before going...
randomizecounter   Program Level Commands
This will change the counter (the wait time for advancing...
skip   Program Level Commands   [1 user comments]
Skips forward or backward in the list relatively to...
listadd   Program Level Commands
Adds the text from expression into the information...
getdomid   DOM Level Commands
Returns the root DOM index of the element into...
pasteclip   DOM Level Commands
Paste the contents of the clipboard into a specific...
clip   DOM Level Commands
Clips text to the windows clipboard. The expression...
titlecase   Text Manipulation Commands
Turns the first characters of a global or local variable...
uppercase   Text Manipulation Commands
Turns a global or local variable or DOM element's...
lowercase   Text Manipulation Commands
Turns a global or local variable or DOM element's...
trim   Text Manipulation Commands
Trims whitespace from a global or local variable...
striphtml   Text Manipulation Commands
Strips all html tags out of a global or local variable...
replacetext   Text Manipulation Commands
Replaces the text-to-replace in either a global...
randomize   Script Level Commands
Randomizes the value of an existing global or local...
runscript   Script Level Commands
Runs the script from filename without loading...
loadscript   Script Level Commands
Loads the script from filename into the quick...
input   Script Level Commands
Will prompt the user for an input with description...
setproxy   Browser Level Commands
Will change the working proxy to a specific server...
captchacheck   Program Level Commands
This will make webDOM check for the CATPCHA input element...
stopautopop   Program Level Commands
This will stop the Automatic population system from...
startautopop   Program Level Commands
Populate all of the user ID's webDOM can find in the...
killalert   Browser Level Commands   [1 user comments]
Put this command on a line before the command you're...
dom.all   Top Level Dom Values
full document text of the currently loaded page.
dom.count   Top Level Dom Values
Number of elements in the currently loaded page.
dom.name   Top Level Dom Values
Location name or title of the currently loaded page.
dom.url   Top Level Dom Values
Location URL or address of the currently loaded page.
%c%   Special Characters
caret, this converts into a caret symbol after all string...
/   String Concatenation & Math Expressions
Divides expression1 by expression2.
*   String Concatenation & Math Expressions
Multiplies expression1 and expression2.
-   String Concatenation & Math Expressions
Subtracts expression2 from expression1.
+   String Concatenation & Math Expressions
Adds expression1 and expression2 together.
^   String Concatenation & Math Expressions
Concatenates two or more variables, DOM elements, expressions...
<in>   Comparators
Where expression1 is a string that exists in...
==   Comparators
Where expression1 is equal to expression2.
<=   Comparators
Where expression1 is less than or equal to...
>=   Comparators
Where expression1 is greater than or equal...
<<   Comparators
Where expression1 is less than expression2.
>>   Comparators
Where expression1 is greater than expression2.
chr   System Variables   [1 user comments]
Where number is 0 - 255, outputs the ASCII character...
sys.startupscript   System Variables
The name of the startup script loaded in the current...
sys.scripttime   System Variables
The elapsed time of the currently running script.
sys.profiledir   System Variables
The webDOM profile directory where the site plugins...
sys.basedir   System Variables
The webDOM installation directory or base directory.
sys.date   System Variables
The system clock date.
sys.time   System Variables
The system clock time of day.
wd.counter   WebDOM Program Variables
Returns the number in seconds that webDOM waits before...
wd.curinfo   WebDOM Program Variables
Returns the value of the currently selected User ID...
wd.scrape.property   WebDOM Program Variables
Returns or sets the currently selected property in the...
wd.scrape.element   WebDOM Program Variables
Returns or sets the currently selected element in the...
wd.list.all   WebDOM Program Variables   [1 user comments]
Returns every item in the list seperated by commas....
wd.list.start   WebDOM Program Variables
Returns the current starting point of the currently...
wd.list.stop   WebDOM Program Variables
Returns the current stopping point of the currently...
wd.list.current   WebDOM Program Variables
Returns the index number of the currently selected User...
wd.pm.body   WebDOM Program Variables   [1 user comments]
Returns the body of the currently loaded message in...
wd.pm.subject   WebDOM Program Variables
Returns the subject of the currently loaded message...
wd.login.password   WebDOM Program Variables
Returns the password entered into the login seciton...
wd.login.username   WebDOM Program Variables
Returns the username entered into the login section...
endloop   Control Operators and Clauses
Ends a loop block. All endloop commands must come after...
loop   Control Operators and Clauses   [1 user comments]

Starts a loop block which will loop until loop-condition...

endif   Control Operators and Clauses
Ends an If block. All endif statements must come with...
else   Control Operators and Clauses
Starts an Else Clause which specifies any othe condition...
if   Control Operators and Clauses   [2 user comments]

Starts an IF block. condition1 can be either...

shell32   Filesystem and Shell Commands
Runs a shell32 command specified by command....
shell   Filesystem and Shell Commands   [1 user comments]
Runs a shell command specified by command.
close   Filesystem and Shell Commands
Closes the file specified by file-handle.
write   Filesystem and Shell Commands
Writes the specified expression to a new line...
read   Filesystem and Shell Commands
Reads the next line from the file specified by file-handle...
open   Filesystem and Shell Commands
Opens the filename file for read, write, or...
global   Variable Setting Commands
Sets the variable specified variable-name to...
var   Variable Setting Commands   [1 user comments]
Sets the variable specified variable-name to...
advance   Program Level Commands
Forces webDOM to move on to the next user ID in the...
clearidlist   Program Level Commands
Clears the currently loaded user ID list.
populate   Program Level Commands
Populate (or gather) all of the user ID's it can find...
login   Program Level Commands
Perform the login action on the currently loaded site...
pm_all   Program Level Commands
Start the automation process of Private Messaging all...
add_all   Program Level Commands   [3 user comments]
Start the automation process of adding all of the people...
setstop   Program Level Commands
Stop automation (adding all, PMing all, or scripting...
setstart   Program Level Commands
Start automation (adding all, PMing all, or scripting...
savelist   Program Level Commands   [1 user comments]
Save the current user ID list in the info list section...
loadlist   Program Level Commands
Load the list specified by filename into the...
loadplugin   Program Level Commands   [1 user comments]
Load the site plugin specified by filename....
type   DOM Level Commands
Uses the actual keyboard input to type the text specified...
focus   DOM Level Commands
Changes the focus to a DOM element specified by element.
enable   DOM Level Commands
Makes the DOM element specified by element...
disable   DOM Level Commands
Makes the DOM element specified by element...
remove   DOM Level Commands
Removes the DOM element specified by element...
submit   DOM Level Commands
Submits a form specified by form-element.
click   DOM Level Commands   [4 user comments]
Clicks a DOM element specified by element.
quit   Script Level Commands
Quits webDOM directly. Note, this does not prompt the...
onfinish   Script Level Commands
Tells the script to run another script when automation...
end   Script Level Commands
Ends the current running script.
echo   Script Level Commands   [1 user comments]
Echoes a statement to the status output. The statement...
debug   Script Level Commands
Sets the script to debug mode, so all commands the script...
cleardebug   Script Level Commands
Clears out the debug information in the status output...
nosubmit   Script Level Commands
Used at the top of a script, PAGE ACTION SCRIPTS only,...
pagewait   Script Level Commands
Makes the scripting engine wait until the next page...
disableproxy   Browser Level Commands
Makes the browser use no proxy.
enableproxy   Browser Level Commands
Makes the browser use the proxy specified.
changeproxy   Browser Level Commands
Changes browser to use a random proxy
loadproxylist   Browser Level Commands
Loads up a list (specified by filename) of...
refresh   Browser Level Commands
Refreshes the browser page.
javascript   Browser Level Commands   [1 user comments]
Makes the browser carry out whatever javascript commands...
navigate   Browser Level Commands
Makes the browser navigate to the URL specified.
forward   Browser Level Commands
Makes the browser go forward one page in history.
back   Browser Level Commands
Makes the browser go back one page in history.
webDOMinator is copyright ©2008, 2009, 2010, 2011, 2012 Nathaniel D. Gibson. All Rights Reserved.
Contact | Tutorials | Forum
By using webDOMinator you are taking all liability in to your own hands. Nathaniel D. Gibson is not responsible for any damages, loss, or defamation (legal or otherwise) caused to you or your business from using this program. Nathaniel D. Gibson is not associated with, affiliated with, nor responsible for the content submitted and displayed by users of this site.