In the case of a "cropped" captcha is there a way to reference it?
e.g. something like
wd.captcha.image=crop:x/y:x/y
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...
I tried defining this variable within a script, rather then using the Plugin Options ( i.e. wd.captcha.input:dom.input.captcha_response ) without luck. There doesn't seem to be a way to define this within a script