0
![Not allowed!](https://a2s.in/images/buttons/down_dis.png)
![Not allowed!](https://a2s.in/images/buttons/up_dis.png)
Thumbs Up |
Received: 0 Given: 0 |
Hi guys,
Anyone have an imacro script that can click the "I'm Human" button and save the google recaptcha to jpg?
could you share it with me?
thanks.
Thumbs Up |
Received: 0 Given: 0 |
there's a chance i'm getting only words now.
i don't know how.
any chance that imacro script can know the diffrence and if picture captcha shows up it will click the reload button?
Thumbs Up |
Received: 0 Given: 0 |
Thumbs Up |
Received: 44 Given: 50 |
Sorry I dont code in iMacros. I guess you can click that button by coordinates or download imacros program and use image recognition. Not sure how to save image since I believe its not so easy.
If you want more help in programming then you should clearly explain your problem and what you have done to solve it. In this case you did not provided any html tags/screenshots how captcha works and you put no effort to try to code it by yourself.
Thumbs Up |
Received: 0 Given: 0 |
Hi,
I already coded the page.
TAG POS=1 TYPE=DIV ATTR=ROLEresentation&&CLASS:recaptcha-checkbox-checkmark
this code already clicking the captcha checkbox. I just don't know how to save the captcha itself to jpg.
ok guy,
i've managed to make the code work.
but for recaptcha, i can't find the way to click the verify button.
please help![]()
Last edited by IVLordStorm; 09-01-2015 at 07:19 AM.
Thumbs Up |
Received: 0 Given: 0 |
@djliortal - Did you manage to get this working? I am also looking for how to solve recaptcha.
Here is what I have so far, but doesn't fully function.
Works - Clicking "I'm not a robot"
Not_working - Clicking "Reload" to try to get a text captcha
Works - Downloading text captcha image
Works - Clicking the "Verify" button
Code:VERSION BUILD=8920312 RECORDER=FX SET tempfolder C:\temp 'Click the "I'm not a robot" box FRAME NAME="I0_*" TAG POS=1 TYPE=DIV ATTR=ROLE:presentation&&CLASS:recaptcha-checkbox-checkmark&&TXT: 'Not sure how to click reload, as this does NOT work 'This just places a blue box around the reload button instead of clicking FRAME NAME="I1_*" TAG POS=1 TYPE=DIV ATTR=ID:recaptcha-reload-button 'Download the captcha image FRAME NAME="I1_*" ONDOWNLOAD FOLDER={{tempfolder}} FILE=captcha.jpg WAIT=YES TAG POS=1 TYPE=IMG ATTR=SRC:*/recaptcha/api2/payload* CONTENT=EVENT:SAVEPICTUREAS 'left out lines for submitting to captcha service 'Type the results of the TAG POS=1 TYPE=INPUT:TEXT ATTR=ID:default-response CONTENT={{!EXTRACT}} 'Click the Verify button TAG POS=1 TYPE=DIV ATTR=ID:recaptcha-verify-button
Thumbs Up |
Received: 0 Given: 0 |
Full example is online under 9kw.eu => Plugins => "2. Submit / Download) => iMacros => 9kweu_recaptcha_v2.iim
with captcha overlay (then it's a text captcha), comments and captcha feedback.
Directlink: 9kw.eu/grafik/plugins/9kweu_recaptcha_v2.zip
This is really not easy and I think only with javascript (*.js) in imacros really possible.
Bookmarks