webDOMinator - Minion Scripting Language Reference

Search a Command:
<< Back to WebDOM Program Variables

wd.captcha.input

Returns or sets the CAPTCHA Options Image setting. This can be a DOM reference, or just the identifier or name of the captcha code image on the page.
This applies to webDOM version 2.5.0 and above.

User Comments on wd.captcha.input

Cropped Captcha

Written by: outcold 6 months ago

In the case of a "cropped" captcha is there a way to reference it?

e.g. something like

wd.captcha.image

Quick Reference for "wd.captcha.image"
Click on command to see examples & comments
WebDOM Program Variables
Description: Returns or sets the CAPTCHA Options Input setting. This can be a DOM reference, or just the identifier or name of the captcha code input box on the page.=crop:x/y:x/y

Defining captcha input from script

Written by: webDOMinator 6 months ago

Hey @outcold you almost got it right. Since this is not actually a command but a program variable, you have to use a "=" to set it instead of trying to set it with a ":". Here's an example which sets the actual captcha input and image just before the "captchacheck" command...

Code

wd.captcha.input=recaptcha_response_code
wd.captcha.image=recaptcha
captchacheck

Defining from script

Written by: outcold 6 months ago

I tried defining this variable within a script, rather then using the Plugin Options ( i.e. wd.captcha.input

Quick Reference for "wd.captcha.input"
Click on command to see examples & comments
WebDOM Program Variables
Description: Returns or sets the CAPTCHA Options Image setting. This can be a DOM reference, or just the identifier or name of the captcha code image on the page.:dom.input.captcha_response ) without luck. There doesn't seem to be a way to define this within a script

Post a Comment About the "wd.captcha.input" 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.