webDOMinator - Minion Scripting Language Reference

Search a Command:
<< Back to WebDOM Program Variables

wd.automation

Returns the Type of automation that webDOM is performing. 0 = None. 1 = Adding, 2 = PMing, 3 = Custom Action.
This applies to webDOM version 3.0.0 and above.

User Comments on wd.automation

Checking if Automation is running, and if not, continuing.

Written by: webDOMinator 1 year and 4 months ago

It is possible to make sure that webDOM checks once a minute to see if it's automating or not. I've made it so that it checks to see how many times it's not been automated when it checks. If it's not been automating for over 2 minutes, then attempt to continue automation.

Code

if:true:wd.automation<=0
global:notautomated=global.notautomated + 1
endif
if:true:global.notautomated>>1
global:notautomated=0
continue
endif

You can copy this script to your script editor and then save it and hit the Sched. button in the script editor toolbar. Click Add script and then in the main schedule menu check the "Enable Schedule" check-box.

This is good for situations where there's troubles stopping automation because of captcha and is the preferred full proof workaround.

Post a Comment About the "wd.automation" Command
Title:
Comment:
Post as Anonymous:
User Login
Username:
Email:
Password:
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.