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
#author   Script Level Commands
Sets the author of the script to text. This...
#description   Script Level Commands
Sets the description of the script to text....
#name   Script Level Commands
Sets the name of the script to text. This...
#title   Script Level Commands
Sets the title of the script to text. This...
%c%   Special Characters
caret, this converts into a caret symbol after all string...
%s%   Special Characters
semicolon, this converts into a ";" symbol after all...
>>   Comparators
Where expression1 is greater than expression2.
>=   Comparators
Where expression1 is greater than or equal...
<!in>   Comparators
Where expression1 is a string that does not...
<!inlist>   Comparators
Where text-item is NOT in the list specified...
<<   Comparators
Where expression1 is less than expression2.
<=   Comparators
Where expression1 is less than or equal to...
<earlier>   Comparators
Where date1 is earlier than date2....
<in>   Comparators
Where expression1 is a string that exists in...
<infile>   Comparators
Returns true if text is found in the file specified...
<inlist>   Comparators
Where text-item is in the list specified by...
<later>   Comparators
Where date1 is later than date2. ...
<like>   Comparators
Where expression1 is like expression2...
<match>   Comparators
Where expression matches the regular-expression...
*   String Concatenation & Math Expressions
Multiplies expression1 and expression2.
+   String Concatenation & Math Expressions
Adds expression1 and expression2 together.
-   String Concatenation & Math Expressions
Subtracts expression2 from expression1.
/   String Concatenation & Math Expressions
Divides expression1 by expression2.
//   Commenting
A standard comment, i.e:

//This is a comment.
==   Comparators
Where expression1 is equal to expression2.
addaccount   Program Level Commands
Adds a new account to your currently loaded account...
addcolumn   Table Commands
Adds a new column to the webDOM table specified by tablehandle....
add_all   Program Level Commands   [3 user comments]
Start the automation process of adding all of the people...
advance   Program Level Commands
Forces webDOM to move on to the next user ID in the...
ask   Program Level Commands
Asks the user a yes/no type question and waits for an...
autogather   Program Level Commands   [1 user comments]
Makes webDOM gather a certain number-of-items...
back   Browser Level Commands
Makes the browser go back one page in history.
breakurl   Program Level Commands
Breaks down the url into pieces that are accessible...
captchacheck   Program Level Commands
This will make webDOM check for the CATPCHA input element...
captchafail   Program Level Commands
Send a failure notice back to the captcha service in...
captchasuccess   Program Level Commands
Closes the webDOM's connection with the host CAPTCHA...
casesensitive   Program Level Commands
Sets Minion to use the case sensitive version of the...
ca_all   Program Level Commands
Starts the automation process of running a Custom Action...
changeaccount   Program Level Commands
Changes the account...
changedir   Filesystem and Shell Commands
Changes the current windows directory to the directory-path...
changepm   Program Level Commands   [1 user comments]
When using Message Randomization in your Message Settings...
changeproxy   Browser Level Commands
Changes browser to use a random proxy
chr   System Variables   [1 user comments]
Where number is 0 - 255, outputs the ASCII character...
cleardebug   Script Level Commands
Clears out the debug information in the status output...
cleargathers   Information Lists
Sets All currently loaded lists to NOT gather when the...
clearidlist   Program Level Commands
Clears the currently loaded user ID list.
clearlist   Program Level Commands
Clears the list specified by listhandle
clearmatches   Regular Expression Commands
Clears the matches for the regular expression specified...
click   DOM Level Commands   [4 user comments]
Clicks a DOM element specified by element.
clickall   DOM Level Commands
Clicks All DOM elements specified by element-identifier.
clip   DOM Level Commands
Clips text to the windows clipboard. The expression...
close   Filesystem and Shell Commands
Closes the file specified by file-handle.
columntolist   Table Commands
Exports just one column from a table to a one dimensional...
continue   Program Level Commands
Continues the last automation process that webDOM was...
copyfile   Filesystem and Shell Commands
Copies the source-file to the destination
cutout   Text Manipulation Commands
Trims off any text in a variable before start...
debug   Script Level Commands
Sets the script to debug mode, so all commands the script...
disable   DOM Level Commands
Makes the DOM element specified by element...
disableproxy   Browser Level Commands
Makes the browser use no proxy.
disableschedule   Program Level Commands
Disables the schedule on the thread.
doaction   Program Level Commands
Runs the action specified by action-name from...
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.state   Top Level Dom Values
Returns the numeric state of the browser. 4 is page...
dom.url   Top Level Dom Values
Location URL or address of the currently loaded page.
dynamicpop   Program Level Commands
Turns "on" or "off" the dynamic population setting switching....
echo   Script Level Commands   [1 user comments]
Echoes a statement to the status output. The statement...
else   Control Operators and Clauses
Starts an Else Clause which specifies any othe condition...
emptytable   Table Commands
Empties all the data in the table specified by tablehandle.
enable   DOM Level Commands
Makes the DOM element specified by element...
enableproxy   Browser Level Commands
Makes the browser use the proxy specified.
enableschedule   Program Level Commands   [1 user comments]
Enables the schedule on the thread.
end   Script Level Commands
Ends the current running script.
endif   Control Operators and Clauses
Ends an If block. All endif statements must come with...
endloop   Control Operators and Clauses
Ends a loop block. All endloop commands must come after...
evaluate   Script Level Commands
Runs whatever the contents of variable is as...
event   Events and Event Variables   [1 user comments]
Creates an event. An event is something that waits...
explode   Text Manipulation Commands
Works like PHP explode, takes a text string input...
export   Table Commands
Exports the table specified by tablehandle...
exportplugin   Program Level Commands
Takes the currently loaded plugin and exports it to...
fetch   Filesystem and Shell Commands
"Fetches" a file off of the internet from the remote-url...
focus   DOM Level Commands
Changes the focus to a DOM element specified by element.
forward   Browser Level Commands
Makes the browser go forward one page in history.
gather   Program Level Commands
Gathers all possible items to all used lists. This...
gathertable   Table Commands
Gathers information to the webDOM table specified by...
gatherto   Information Lists
Sets webDOM to only gather to the lists specified by...
gathertoall   Information Lists
Sets All currently loaded lists to gather when the main...
getcache   DOM Level Commands
Grabs an object or image from the browser cache as specified...
getdomid   DOM Level Commands
Returns the root DOM index of the element into...
getlistids   Program Level Commands
Takes the ID's from low-bound to high-bound...
global   Variable Setting Commands
Sets the variable specified variable-name to...
googlesearch   Browser Level Commands
Performs a google search for keywords on the...
halt   Program Level Commands
Stops any current automation going on including friend...
if   Control Operators and Clauses   [2 user comments]

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

input   Script Level Commands
Will prompt the user for an input with description...
insertrow   Table Commands
Inserts a new row into the table specified by tablehandle....
javascript   Browser Level Commands   [1 user comments]
Makes the browser carry out whatever javascript commands...
killalert   Browser Level Commands   [1 user comments]
Put this command on a line before the command you're...
killevent   Events and Event Variables
Stops the event from listening. If you only want a...
lastaccount   Program Level Commands
Changes to the last account in the currently loaded...
lastplugin   Program Level Commands
Makes webDOM load the last plugin in your Site Plugin...
lastproxy   Browser Level Commands
Changes to the previous proxy in the loaded proxy list...
list   Information Lists
Creates a new virtual list. Virtual lists do not have...
list.handle.automate   Information Lists
Returns or sets wether or not that specific list is...
list.handle.curinfo   Information Lists
Returns the currently selected item from the list. ...
list.handle.current   Information Lists
Returns or sets the currently selected item's list index...
list.handle.element   Information Lists
Returns or sets the element type to gather data from...
list.handle.filesize   Information Lists
Returns the size of the ".list" file where the data...
list.handle.filestatus   Information Lists
Returns the status of the file the list saves to. 0...
list.handle.filter   Information Lists
Returns or sets the list of filtered words for the gathering...
list.handle.gatherfile   Information Lists
Returns or sets the file to gather to for the gathering...
list.handle.identifier   Information Lists
Returns or sets the Data identifying text for the gathering...
list.handle.loop   Information Lists
Returns or sets wether or not the list specified by...
list.handle.meta   Information Lists
Returns or sets the type of information that the list...
list.handle.noskip   Information Lists
Returns or sets the noskip property for the gathering...
list.handle.number   Information Lists
Returns the item in the list specified by handle
list.handle.optionsfile   Information Lists
Returns or sets the options from a file for the gathering...
list.handle.property   Information Lists
Returns or sets the element property to use for the...
list.handle.random   Information Lists
Returns a random item from the list specified by handle.
list.handle.regex   Information Lists
Returns or sets the regex gathering pattern for the...
list.handle.regexmap   Information Lists
Returns or sets the regex sub-match map for the list...
list.handle.savefreq   Information Lists
Returns or sets the number of actions per automatic...
list.handle.start   Information Lists
Returns or sets the starting point for automation on...
list.handle.state   Information Lists
Returns or sets the gather state for the gathering options...
list.handle.stop   Information Lists
Returns or sets the stopping point for automation on...
list.handle.subfield   Information Lists
Returns or sets the sub-field or the starting text for...
list.handle.terminators   Information Lists
Returns or sets the data filter's terminating characters...
list.handle.totalgathered   Information Lists
Returns the total number of items gathered to the list...
list.handle.url   Information Lists
In webDOM 3.0 all lists have a URL template that outputs...
listadd   Program Level Commands
Adds the text from expression into the information...
listremove   Program Level Commands
Removes anything from the list that matches the expression....
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...
loadactionset   Program Level Commands
Loads a new list of actions into the Action Toolbox...
loadblacklist   Program Level Commands
Load a blacklist specified by filename into...
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....
loadpm   Program Level Commands
Loads a message specified by filename into...
loadpmlist   Program Level Commands
Loads in a messagelist-file into the PM settings....
loadpopsettings   Program Level Commands
Loads in a pop-file into the population settings....
loadproxylist   Browser Level Commands
Loads up a list (specified by filename) of...
loadschedule   Program Level Commands
Loads a schedule file specified by filename...
loadscript   Script Level Commands
Loads the script from filename into the quick...
login   Program Level Commands
Perform the login action on the currently loaded site...
logout   Program Level Commands
Performs the logout action on the currently loaded site...
loop   Control Operators and Clauses   [1 user comments]

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

lowercase   Text Manipulation Commands
Turns a global or local variable or DOM element's...
makedir   Filesystem and Shell Commands   [1 user comments]
Creates all of the directories
maximize   Program Level Commands
Maximizes the main webDOM window.
minimize   Program Level Commands
Minimizes the main webDOM window.
navigate   Browser Level Commands
Makes the browser navigate to the URL specified.
nextaccount   Program Level Commands
Changes to the next account in the currently loaded...
nextpage   Browser Level Commands   [1 user comments]
Makes webDOM click on the "Next" link. This only works...
nextplugin   Program Level Commands
Makes webDOM load the next plugin in your Site Plugin...
nextproxy   Browser Level Commands
Changes to the next proxy in the loaded proxy list or...
noadvance   Program Level Commands
Sets the conditions upon which webDOM will...
nosubmit   Script Level Commands
Used at the top of a script, PAGE ACTION SCRIPTS only,...
oncaptchafail   Program Level Commands
Sets the script that runs when the CAPTCHA meets the...
oncaptchasuccess   Program Level Commands
Sets the script that runs when the CAPTCHA meets the...
onfinish   Script Level Commands
Tells the script to run another script when automation...
onquit   Script Level Commands
Signifies which script-file to run when the...
open   Filesystem and Shell Commands
Opens the filename file for read, write, or...
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....
optionwait   Plugin Level Commands
This waits for the user to click OK when selecting the...
pagewait   Script Level Commands
Makes the scripting engine wait until the next page...
parse   Text Manipulation Commands
Parses whatever variable is fed to it. The...
pasteclip   DOM Level Commands
Paste the contents of the clipboard into a specific...
pastevalue   DOM Level Commands
Pastes whatever value to the currently focused...
playsound   Program Level Commands
Plays a sound in "wav" format from sound-file.
pm_all   Program Level Commands
Start the automation process of Private Messaging all...
popsubfield   Program Level Commands
Sets up the Sub-field of the population control in the...
populate   Program Level Commands
Populate (or gather) all of the user ID's it can find...
populatetofile   Program Level Commands
Populates the user ID's to a .list file specified by...
proxylogin   Browser Level Commands
Automatically logs in to a Private proxy (eg: Packetflip...
qa_all   Program Level Commands
Starts the automation process of running the currently...
query   Query Commands
Creates a webDOM query named with queryhandle...
quit   Script Level Commands
Quits webDOM directly. Note, this does not prompt the...
randomize   Script Level Commands
Randomizes the value of an existing global or local...
randomizecounter   Program Level Commands
This will change the counter (the wait time for advancing...
randomizelist   Program Level Commands
Randomizes your list quickly to make ordered lists a...
read   Filesystem and Shell Commands
Reads the next line from the file specified by file-handle...
readfile   Filesystem and Shell Commands
Reads a full file specified by filename into...
refresh   Browser Level Commands
Refreshes the browser page.
refreshquery   Query Commands
Clears out the results for a query and refreshes them.
regex   Regular Expression Commands
Creates a new regular expression matcher object which...
regex.handle   Regular Expression Variables
Returns the pattern for the regular expression specified...
regex.handle.match-number   Regular Expression Variables
Returns the match represented by match-number...
regex.handle.match-number.submatch-number   Regular Expression Variables
Returns the sub-match represented by submatch-number...
regex.handle.match-number.submatches   Regular Expression Variables
Returns the number of sub-matches for the match represented...
regex.handle.input   Regular Expression Variables
Sets or returns the current input for the regular expression...
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.pattern   Top Level Dom Values
Returns the first sub-match of a regular expression...
regexgather   Program Level Commands
Matches any regular-expression that is on the...
regexreplace   Text Manipulation Commands
Uses the VBScript Regex 5.5 form of regular expressions,...
remove   DOM Level Commands
Removes the DOM element specified by element...
replacetext   Text Manipulation Commands
Replaces the text-to-replace in either a global...
resetcaptchacrop   Program Level Commands
Resets the crop for the Screenshot mode of captcha image...
runscript   Script Level Commands
Runs the script from filename without loading...
saveaccounts   Program Level Commands
Saves an account list to the file specified by filename.
saveactionset   Program Level Commands
Saves the current list of actions from the Action Toolbox...
savedom   Program Level Commands
Saves the active DOM state to a file represented by...
saveglobals   Program Level Commands
Saves the current Default Global Variables list to the...
savelist   Program Level Commands   [1 user comments]
Save the current user ID list in the info list section...
savelistindex   Information Lists
Saves the current index of lists that are open as well...
saveregex   Regular Expression Commands
Saves the regular expression specified by handle...
saveschedule   Program Level Commands
Saves the current schedule to file specified by filename.
savetable   Table Commands
Saves the table specified by tablehandle to...
schedule   Program Level Commands
Adds the schedule-file to the current schedule...
scrape   Program Level Commands
Performs a scrape and outputs the results to the Scrape...
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.file   Script Variables
Returns the filename (full path) of the script this...
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.title   Script Variables
Returns the title of the current script (set by #title:)
scroll   DOM Level Commands
Scrolls the element specified into view. This...
select   DOM Level Commands
Will auto-select an option from a drop-down...
setcounter   Program Level Commands
Set the counter (number of seconds to wait before going...
setlist   Information Lists   [1 user comments]
Sets the list specified by handle to be the...
setlistfile   Program Level Commands   [1 user comments]
Sets the list file to save to. This is for use when...
setpregather   Program Level Commands
Sets the pre-gather script to the file set by filepath....
setproxy   Browser Level Commands
Will change the working proxy to a specific server...
setstart   Program Level Commands
Start automation (adding all, PMing all, or scripting...
setstop   Program Level Commands
Stop automation (adding all, PMing all, or scripting...
shared   Variable Setting Commands
Sets the variable specified variable-name to...
shell   Filesystem and Shell Commands   [1 user comments]
Runs a shell command specified by command.
shell32   Filesystem and Shell Commands
Runs a shell32 command specified by command....
shellwait   Filesystem and Shell Commands
Runs a shell command specified by command and...
shiftcoltitles   Table Commands
Shifts the column titles for the table specified by...
show   Program Level Commands
Shows a webDOM window. The windows that can...
showoptions   Plugin Level Commands
This shows the user controlled options form for the...
silentmode   Browser Level Commands   [1 user comments]
Turns the browser to silent if setting is set...
simulate   DOM Level Commands
Simulates a javascript-event for a given element....
skip   Program Level Commands   [1 user comments]
Skips forward or backward in the list relatively to...
skipaccount   Program Level Commands
Skips a certain number of accounts or goes to a specific...
snapshot   Browser Level Commands
Takes a snapshot of what's being displayed on the current...
softnavigate   Browser Level Commands
Makes the browser navigate the URL specified, but this...
softwait   Script Level Commands   [3 user comments]
Waits using a timer, and breaks out of the script allowing...
sortlist   Information Lists
Sorts the list specified by handle. If the...
splitlist   Information Lists   [1 user comments]
Splits the list specified by handle to a new...
startautopop   Program Level Commands
Populate all of the user ID's webDOM can find in the...
stopautopop   Program Level Commands
This will stop the Automatic population system from...
striphtml   Text Manipulation Commands
Strips all html tags out of a global or local variable...
style   DOM Level Commands
Sets the Style property of any DOM element...
submit   DOM Level Commands
Submits a form specified by form-element.
sys.basedir   System Variables
The webDOM installation directory or base directory.
sys.datadir   System Variables
The data directory location. Information like tables...
sys.date   System Variables
The system clock date.
sys.memory   System Variables
How much memory the current running instance of webDOM...
sys.optiondir   System Variables
The options directory location. In this directory is...
sys.plugindir   System Variables   [1 user comments]
The plugin directory of the currently loaded profile
sys.profiledir   System Variables
The webDOM profile directory where the site plugins...
sys.scheduledir   System Variables   [1 user comments]
The main schedule directory path.
sys.scripttime   System Variables
The elapsed time of the currently running script.
sys.startupscript   System Variables
The name of the startup script loaded in the current...
sys.time   System Variables
The system clock time of day.
sys.timestamp   System Variables
The current UNIX timestamp which represents the number...
table   Table Commands
Creates a webDOM table with the name/handle specified...
table.tablehandle.col.row   Table Variables and Options
Returns or sets the value of the cell in the table specified...
table.tablehandle.col.gather   Table Variables and Options
Returns or sets the Gather option for the column specified...
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.col.unique   Table Variables and Options
Returns or sets the unique option on each column specified...
table.tablehandle.colcount   Table Variables and Options
Returns the number of columns in the table specified...
table.tablehandle.columns   Table Variables and Options
Returns the column titles seperated by commas for the...
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.nosave   Table Variables and Options
Turns automatic saving (upon gather/synch) on or off...
table.tablehandle.rowcount   Table Variables and Options
Returns the number of rows in the table specified by...
table.tablehandle.striphtml   Table Variables and Options
Sets or returns the "striphtml" option for the table...
table.tablehandle.synch   Table Variables and Options
Turns automatic synchronization on/off or returns it's...
tablesort   Table Commands
tip   Program Level Commands
Shows a tip to the user on what to do next. This can...
titlecase   Text Manipulation Commands
Turns the first characters of a global or local variable...
totray   Program Level Commands
Closes webDOM to the task tray.
traystatus   Program Level Commands
Outputs expression to the task tray icon. ...
trim   Text Manipulation Commands
Trims whitespace from a global or local variable...
trimzeroes   Text Manipulation Commands
Trims leading zeroes from the variable. variable...
type   DOM Level Commands
Uses the actual keyboard input to type the text specified...
uppercase   Text Manipulation Commands
Turns a global or local variable or DOM element's...
url.ext   Top Level Dom Values
Returns the extension of the current URL like "com","net","org"...
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.host   Top Level Dom Values
Returns the host from the current browser page or examined...
url.query   Top Level Dom Values
Returns the query string or specific arguments of the...
url.schema   Top Level Dom Values
Returns the schema "http", "https", "ftp" from the current...
urlencode   Text Manipulation Commands
URL Encodes the value of the variable (can...
var   Variable Setting Commands   [1 user comments]
Sets the variable specified variable-name to...
warnings   Script Level Commands
Sets warnings to display output in the Status window...
wd.answer   WebDOM Program Variables
Returns the yes/no answer given by the user from the...
wd.apa   WebDOM Program Variables
Returns or sets the Actions Per Account (APA) for the...
wd.automation   WebDOM Program Variables   [1 user comments]
Returns the Type of automation that webDOM is performing....
wd.captcha.attempts   WebDOM Program Variables
Sets the number of attempts that captcha solver will...
wd.captcha.balance   WebDOM Program Variables
Returns the balance in your CAPTCHA service account.
wd.captcha.code   WebDOM Program Variables
Sets or returns the captcha text code result from the...
wd.captcha.defaultmode   WebDOM Program Variables   [1 user comments]
Returns the numeric value of or sets default mode on/off....
wd.captcha.error   WebDOM Program Variables
Returns the last error returned by the CAPTCHA system....
wd.captcha.filename   WebDOM Program Variables
Returns the File name of the CAPTCHA image that webDOM...
wd.captcha.image   WebDOM Program Variables
Returns or sets the CAPTCHA Options Input setting. ...
wd.captcha.input   WebDOM Program Variables   [3 user comments]
Returns or sets the CAPTCHA Options Image setting. ...
wd.captcha.password   WebDOM Program Variables
Returns or sets the current password for the CAPTCHA...
wd.captcha.port   WebDOM Program Variables
Returns or sets the current port for the CAPTCHA service
wd.captcha.response   WebDOM Program Variables   [2 user comments]
Returns the raw result from the captcha solver after...
wd.captcha.returnscript   WebDOM Program Variables
Returns or sets the script which runs and processes...
wd.captcha.screenshot   WebDOM Program Variables   [2 user comments]
Returns the file name of the CAPTCHA screenshot taken...
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.failurl   WebDOM Program Variables
Returns or sets the URL which will get called if webDOM...
wd.captcha.solver.name   WebDOM Program Variables
Returns or sets the name of the currently loaded alternative...
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.retrieveurl   WebDOM Program Variables
Returns or sets the URL which webDOM will check for...
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.shellfailcommand   WebDOM Program Variables
Returns or sets the shell fail command. This is the...
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.type   WebDOM Program Variables
Returns or sets the type of alternative CAPTCHA solver...
wd.captcha.username   WebDOM Program Variables
Returns or sets the current username for the CAPTCHA...
wd.captcha.usescreenshot   WebDOM Program Variables
Returns or sets the screenshot mode on /off. When the...
wd.client.codename   WebDOM Program Variables
Returns the browsers client's code name. (default: Mozilla)
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.name   WebDOM Program Variables
Returns the browser client's name. (default: Microsoft...
wd.client.version   WebDOM Program Variables
Returns the browser client's version. (default: depends...
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.curlist   WebDOM Program Variables
Returns the name of the current list being used for...
wd.gather.friends   WebDOM Program Variables
Sets the Auto-Gather friend limit to a certain number...
wd.gather.nextpagelink   WebDOM Program Variables
Sets the Next page link setting in autogather options....
wd.gather.pages   WebDOM Program Variables
Sets the Auto-Gather page limit to a certain number...
wd.headers   WebDOM Program Variables
Returns or sets the headers that will be sent with the...
wd.killwait   WebDOM Program Variables
Sets or returns the amount of time the killalert command...
wd.lastevent   WebDOM Program Variables
Returns the last user event code for the most recent...
wd.list.all   WebDOM Program Variables   [1 user comments]
Returns every item in the list seperated by commas....
wd.list.blacklist   WebDOM Program Variables
Sets or returns the file path for the virtual blacklist...
wd.list.count   WebDOM Program Variables
Returns the current size of the info list in number...
wd.list.current   WebDOM Program Variables
Returns the index number of the currently selected User...
wd.list.filename   WebDOM Program Variables
Returns the file name of the currently loaded main list....
wd.list.last   WebDOM Program Variables
Returns the index of the last item in the Information...
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.login.accounts   WebDOM Program Variables
Returns the number of accounts in the current accounts...
wd.login.fail   WebDOM Program Variables
Returns whether or not webDOM was able to find the Login...
wd.login.password   WebDOM Program Variables
Returns the password entered into the login seciton...
wd.login.url   WebDOM Program Variables
Returns the login URL for the currently loaded plugin.
wd.login.username   WebDOM Program Variables
Returns the username entered into the login section...
wd.plugin   WebDOM Program Variables
Returns the name of the currently loaded plugin
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.postdata   WebDOM Program Variables
Returns or sets the POST data for the webDOM browser....
wd.pref.pagetimeout   WebDOM Program Variables
Sets the pagetimeout value from the webDOM preferences
wd.proxy.port   WebDOM Program Variables
Returns the currently set proxy port.
wd.proxy.server   WebDOM Program Variables
Returns the currently set proxy server.
wd.scrape.element   WebDOM Program Variables
Returns or sets the currently selected element in the...
wd.scrape.property   WebDOM Program Variables
Returns or sets the currently selected property in the...
wd.timeleft   WebDOM Program Variables
Returns the time (in seconds) left until webDOM checks...
wd.totalgathered   WebDOM Program Variables
Returns the total number of items gathered to lists...
wd.userevent   WebDOM Program Variables
Returns the most recent user based event recorded.
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...
wget   Filesystem and Shell Commands
Returns the contents of the remote-url from...
wpost   Filesystem and Shell Commands
Uses HTTP POST method to upload a list of files in the...
write   Filesystem and Shell Commands
Writes the specified expression to a new line...
writefile   Filesystem and Shell Commands
Writes the value of a webDOM var or global type variable...
[curlist]   Information Lists
Used when referring to the current automation list....
^   String Concatenation & Math Expressions
Concatenates two or more variables, DOM elements, expressions...
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.