reCHAPTCHA saving image problem

krs-one

Regular Member
Joined
Jan 8, 2013
Messages
219
Reaction score
10
Hello, and a Happy New Year Everybody, I need some help, I can't save the image from reCHAPTCHA using iMacros for Firefox


I'm using this form :


CODE: SELECT ALL
VERSION BUILD=8881205 RECORDER=FX
TAB T=1
URL GOTO=http://.com
FRAME NAME=*
TAG POS=1 TYPE=DIV ATTR=ROLE:presentation&&CLASS:recaptcha-checkbox-checkmark&&TXT:
FRAME NAME=*
ONDOWNLOAD FOLDER=C:\captchasx\NewFolder9\ FILE=captcha.jpg
TAG POS=1 TYPE=IMG ATTR=SRC:*www.google.com/recaptcha/api/image?c=* CONTENT=EVENT:SAVEITEM






Gets stuck at image selection and saving, "RuntimeError: element IMG specified by SRC:*www.google.com/recaptcha/api/image?c=* was not found, line 13 (Error code: -921)"

 
Saving the image is easy, I'm actually stuck when validating the captcha, I cannot simulate keyboard buttons with iMacros, let me know if you made it work...

Code:
FRAME NAME="I0_*"
TAG POS=1 TYPE=DIV ATTR=ROLE:presentation&&CLASS:recaptcha-checkbox-checkmark&&TXT:
WAIT SECONDS = 1
FRAME NAME="I1_*"
ONDOWNLOAD FOLDER=C:\ FILE=captcha.jpg WAIT=YES
TAG POS=1 TYPE=IMG ATTR=SRC:*/recaptcha/api2/payload* CONTENT=EVENT:SAVEPICTUREAS
 
it's reCaptcha 2, it's new. you can't get img from "recaptcha/api/image?c=";

it's here "/recaptcha/api2/payload?c="
 
Back
Top