integrate Buster Recaptcha For humans into Imacros

Support for iMacros. The iMacros software is the unique solution for automating every activity inside a web browser, for data extraction and web testing.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
DarkAnon
Posts: 2
Joined: Mon Aug 30, 2021 3:58 am

integrate Buster Recaptcha For humans into Imacros

Post by DarkAnon » Mon Aug 30, 2021 4:18 am

Hi everyone,
So here's something new i wanted to try.
Our test site is: https://patrickhlauke.github.io/recaptcha/
I just wanted to try something to make things better for everyone and i was stuck.
If we can do this, many of our tasks will be easy.
Also what do we need to do/what command do we need to add if we want to make this code go side by side, meaning: if 1st code isn't successful, 2nd code executes


1st CODE:

For just solving if manual captcha doesn't pop up:

Code: Select all

VERSION BUILD=1011 RECORDER=CR
URL GOTO=https://patrickhlauke.github.io/recaptcha/
FRAME F=1
TAG SELECTOR="#recaptcha-anchor>DIV"
For times when manual Captcha is generated needs manual solving or Buster Captcha Solver
What data should we put after "CONTENT" in line (TAG SELECTOR="#audio-response" CONTENT=cheddar<SP>cheese<SP>these.) of code posted below to make sure the content changes according to Buster Captcha solver's output?

2nd Code for Buster captcha solver for humans integrated in imacro:

Code: Select all

VERSION BUILD=1011 RECORDER=CR
URL GOTO=https://patrickhlauke.github.io/recaptcha/
FRAME F=1
TAG SELECTOR="#recaptcha-anchor>DIV"
FRAME F=4
TAG SELECTOR="#rc-imageselect>DIV:nth-of-type(3)>DIV:nth-of-type(2)>DIV>DIV>DIV:nth-of-type(4)"
TAG SELECTOR="#recaptcha-audio-button"
TAG SELECTOR="#\\:2"
TAG SELECTOR="#audio-response" CONTENT=cheddar<SP>cheese<SP>these.
TAG SELECTOR="#recaptcha-verify-button"

Thanks in advance
Post Reply