@yrsmir Use the "Allow cache" action at the top of the script.
a1.png
When the captcha appears, use the "Get last item from cache" action to get the base64 image.
a2.png
Then save the image as *.jpg and do the next steps.
How to set up recaptcha provider manually? I would like to use captchas.io, what would be the correct way to get all the needed data to send to their API and how to retrieve the TOKEN and apply it? Can somebody provide example BAS file?
well there is no free help on this forum but i can tell you the how to do it.
Get data-site-key from html with javasciprt.
Send it to their api with requested url, they mostly ask you the domain name too.
It should give you some processes id, get that with json parse.
Then send a new request at every 10 seconds with that id to get answer's token.
After that put that token to hidden text box with javascript.
you should be okay.
Why not contact https://captchas.io directly through chat and support tickets. They answer quite very fast.
It is working just try to contact them at Telegram @captchas_io