Quick 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.:ip-adress.com
softwait
Quick 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.:dom.state
Quick Reference for "dom.state" Click on command to see examples & comments
Top Level Dom Values Description: Returns the numeric state of the browser. 4 is page loaded. 3 is when the page is loading and hasn't finished yet.==4
clearmatches
Quick Reference for "clearmatches" Click on command to see examples & comments
Regular Expression Commands Usage: clearmatches:handle Description: Clears the matches for the regular expression specified by handle. The next time a match is called it will be from a refreshed set of matches from the current web page loaded or the current variable set to that regex's input.:ip
clearmatches
Quick Reference for "clearmatches" Click on command to see examples & comments
Regular Expression Commands Usage: clearmatches:handle Description: Clears the matches for the regular expression specified by handle. The next time a match is called it will be from a refreshed set of matches from the current web page loaded or the current variable set to that regex's input.:curcity
refreshquery
Quick Reference for "refreshquery" Click on command to see examples & comments
Quick Reference for "query" Click on command to see examples & comments
Query Commands Usage: query:queryhandle=sql-query Description: Creates a webDOM query named with queryhandle using MinionSQL syntax for the sql-query. Queries can be pulled off of any webDOM table and have the main syntax: select fields from table where conditions order by fielddirection limit limits.:queryhandle Description: Clears out the results for a query and refreshes them.:location
wait:1
regex
Quick Reference for "regex" Click on command to see examples & comments
Regular Expression Commands Usage: regex:handle=pattern Description: Creates a new regular expression matcher object which matches information on the page using pattern. There are some set regular expression handles which already exist in the libfolder, like regex.email, so these do not need to be declared, they can just be used.:ip=b(?:d{1,3}.){3}d{1,3}b
regex
Quick Reference for "regex" Click on command to see examples & comments
Regular Expression Commands Usage: regex:handle=pattern Description: Creates a new regular expression matcher object which matches information on the page using pattern. There are some set regular expression handles which already exist in the libfolder, like regex.email, so these do not need to be declared, they can just be used.:curcity=[A-z]+[ A-z]*(?=sin)
var
Quick Reference for "var" Click on command to see examples & comments
Variable Setting Commands Usage: var:variable-name = expression Description: 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.:loc=regex.curcity.1
query
Quick Reference for "query" Click on command to see examples & comments
Query Commands Usage: query:queryhandle=sql-query Description: Creates a webDOM query named with queryhandle using MinionSQL syntax for the sql-query. Queries can be pulled off of any webDOM table and have the main syntax: select fields from table where conditions order by fielddirection limit limits.:location=select Zipcode from USZips where City==^regex.curcity.1 order by random() limit 1
var
Quick Reference for "var" Click on command to see examples & comments
Variable Setting Commands Usage: var:variable-name = expression Description: 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.:zip=query.location.Zipcode
echo
Quick Reference for "echo" Click on command to see examples & comments
Script Level Commands Usage: echo:statement Description: Echoes a statement to the status output. The statement can be a literal string, or a concatenated string.:YOUR IP IS:^regex.ip.1
echo
Quick Reference for "echo" Click on command to see examples & comments
Script Level Commands Usage: echo:statement Description: Echoes a statement to the status output. The statement can be a literal string, or a concatenated string.:YOUR CITY IS:^regex.curcity.1
echo
Quick Reference for "echo" Click on command to see examples & comments
Script Level Commands Usage: echo:statement Description: Echoes a statement to the status output. The statement can be a literal string, or a concatenated string.:YOUR ZIP CODE IS:^var.zip
Quick 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.:ip-adress.com
softwait
Quick 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.:dom.state
Quick Reference for "dom.state" Click on command to see examples & comments
Top Level Dom Values Description: Returns the numeric state of the browser. 4 is page loaded. 3 is when the page is loading and hasn't finished yet.==4
clearmatches
Quick Reference for "clearmatches" Click on command to see examples & comments
Regular Expression Commands Usage: clearmatches:handle Description: Clears the matches for the regular expression specified by handle. The next time a match is called it will be from a refreshed set of matches from the current web page loaded or the current variable set to that regex's input.:ip
clearmatches
Quick Reference for "clearmatches" Click on command to see examples & comments
Regular Expression Commands Usage: clearmatches:handle Description: Clears the matches for the regular expression specified by handle. The next time a match is called it will be from a refreshed set of matches from the current web page loaded or the current variable set to that regex's input.:curcity
refreshquery
Quick Reference for "refreshquery" Click on command to see examples & comments
Quick Reference for "query" Click on command to see examples & comments
Query Commands Usage: query:queryhandle=sql-query Description: Creates a webDOM query named with queryhandle using MinionSQL syntax for the sql-query. Queries can be pulled off of any webDOM table and have the main syntax: select fields from table where conditions order by fielddirection limit limits.:queryhandle Description: Clears out the results for a query and refreshes them.:location
wait:1
regex
Quick Reference for "regex" Click on command to see examples & comments
Regular Expression Commands Usage: regex:handle=pattern Description: Creates a new regular expression matcher object which matches information on the page using pattern. There are some set regular expression handles which already exist in the libfolder, like regex.email, so these do not need to be declared, they can just be used.:ip=b(?:d{1,3}.){3}d{1,3}b
regex
Quick Reference for "regex" Click on command to see examples & comments
Regular Expression Commands Usage: regex:handle=pattern Description: Creates a new regular expression matcher object which matches information on the page using pattern. There are some set regular expression handles which already exist in the libfolder, like regex.email, so these do not need to be declared, they can just be used.:curcity=[A-z]+[ A-z]*(?=sin)
var
Quick Reference for "var" Click on command to see examples & comments
Variable Setting Commands Usage: var:variable-name = expression Description: 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.:loc=regex.curcity.1
query
Quick Reference for "query" Click on command to see examples & comments
Query Commands Usage: query:queryhandle=sql-query Description: Creates a webDOM query named with queryhandle using MinionSQL syntax for the sql-query. Queries can be pulled off of any webDOM table and have the main syntax: select fields from table where conditions order by fielddirection limit limits.:location=select Zipcode from USZips where City==^regex.curcity.1 order by random() limit 1
var
Quick Reference for "var" Click on command to see examples & comments
Variable Setting Commands Usage: var:variable-name = expression Description: 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.:zip=query.location.Zipcode
echo
Quick Reference for "echo" Click on command to see examples & comments
Script Level Commands Usage: echo:statement Description: Echoes a statement to the status output. The statement can be a literal string, or a concatenated string.:YOUR IP IS:^regex.ip.1
echo
Quick Reference for "echo" Click on command to see examples & comments
Script Level Commands Usage: echo:statement Description: Echoes a statement to the status output. The statement can be a literal string, or a concatenated string.:YOUR CITY IS:^regex.curcity.1
echo
Quick Reference for "echo" Click on command to see examples & comments
Script Level Commands Usage: echo:statement Description: Echoes a statement to the status output. The statement can be a literal string, or a concatenated string.:YOUR ZIP CODE IS:^var.zip
Use webDOMinator as a fully programmable friend adder, mass messenger, web scraper, and mass mailer on sites like MySpace, Facebook, Friendster, Tagged, Tagworld, Digg, Twitter, Yahoo, Youtube, StubmleUpon, Reddit, Del.icio.us, Mixx, GarageBand Mixi, Mog, Dopetracks, Fropper, Hi5 and basically any social network or web page that you want to interact with automatically. Promote your music, your product or your event with this powerful marketing tool. More flexibility than Badder Adder or Friend Blaster Pro. Whether you're a band or someone looking for a good affiliate marketing tool, we offer the best in online social marketing and promotion. Enjoy the 14 day free trial on us!