For questions specific to the Captcha recognition service named "2Captcha". When using this tag also include the more generic [captcha] tag. Please also provide a tag for the language that you are coding in.
Questions tagged [2captcha]
107 questions
1
vote
1 answer
Problem with implementing 2captcha, python selenium
I have a problem with implementing 2captcha in python selenium. Below is the code. Captcha not solving. No errors pop up for me but the captcha does not resolve
import requests
from time import sleep
# Add these values
API_KEY = '' # Your 2captcha…

Dominik Szewczyk
- 11
- 1
1
vote
0 answers
Error when using POST method for 2captcha
I Want to solve captcha using 2captcha API.
string Key = "12345678901234567890123456789012";
string Method = "base64";
string DataForPost = $"key={Key}&method={Method}&imginstructions={Imginstructions}";
request.ContentLength =…

Teddy
- 55
- 5
1
vote
1 answer
No callback function and button submit 2Captcha and Selenium
I'm trying to learn how to write programs using python and combining selenium with the 2captcha API.
Working on code from another topic that obviously works. I was able to learn this a little.
below is the code I'm learning
from selenium import…

Majkel36
- 35
- 1
- 9
1
vote
1 answer
How to Submit Invisible reCAPTCHA with 2Captcha api response
I received 2captcha response and can show g-recaptcha-response text field. I input 2captcha response into g-recaptcha-response text field but not sure how to submit this?
Here is code:
window.captchaOnloadCallback = function () {
var div =…

user1777097
- 15
- 6
1
vote
3 answers
Python + Selenium + 2Captcha
I'm trying solve re-captcha in a site using 2captcha service, but always returns to me the error:
Traceback (most recent call last): File
"C:\Users\pablo\Desktop\selenium\MercBitk.py", line 48, in
…

user3602803
- 99
- 5
- 12
1
vote
0 answers
How solve clickable captcha like recaptcha v2 on signup page with python and selenium?
I am creating selenium code with python to solve captcha that requires clicking on images "ReCaptcha V2" with 2captcha API .
please check : https://2captcha.com/2captcha-api#solving_clickcaptcha
my first problem is get screen shot in random name and…

Saeed Alipoor
- 101
- 6
1
vote
2 answers
2captcha selenium out of range
I'm trying to implement 2captcha using selenium with Python.
I just copied the example form their…

kazull
- 11
- 3
1
vote
1 answer
2captcha API + selenium
So i'm using this 2captcha API and testing it on a site like omegle.com.
The captcha solving happens but the google captcha box doesnt get ticked and nothing happens. Wondering why that is, I know the 2captcha API runs perfectly... but does it only…

Alanna Mueller
- 29
- 2
- 5
1
vote
1 answer
Why am I sometimes not getting a response with 2captcha API?
I am trying to solve recaptcha V2 with API 2captcha ,
I am using this code:

Ben Ammar Amine
- 31
- 6
1
vote
0 answers
Why is the submit button for 2captcha disabled?
I've successfully implemented captcha solving with 2captcha API up until the point where I input the answer to the hidden answer textbox.
And that's where it starts.
The "continue" button is disabled, but even when I delete "disabled" tags in the…

Tom Bert
- 11
- 2
1
vote
1 answer
How to upload a captcha image to 2captcha C#
I want to resolve a captcha, so I use 2captcha service, but I don't understand about posting request by multipart.
Multipart sample:
1
vote
3 answers
How to make imacro to select/solve the captcha?(RecaptchaV2)
I edited some code to auto solve recaptcha v2.
I get the numbers from api of 2captcha/9kw and all is perfect!
But after I get the numbers. LIKE: 258
How can I make each number to select this box?
This is the code I have for this part:
(but its not…

Luna Morena
- 21
- 8
1
vote
2 answers
How can I programatically upload captcha images to this solving service in python (html given)?
I am writing a python program that needs to be able to solve captchas on a web site. I would like to use 2captcha. I have written a python script using selenium that will do everything I need to do except solve the captchas. When I click on the…

clj
- 303
- 2
- 5
- 13
0
votes
0 answers
Need help to submit funcaptcha token into outlook
I'm trying to bypass Funcaptcha outlook using 2captcha, I've tried several ways but nothing worked. This is one ways I use
const token = await solver.funCaptcha(siteKey, url)
.then(res => {
return res.data
})
…

MZAJ
- 1
- 2
0
votes
0 answers
Solve Cloudflare Turnstile Captcha using 2captcha api
im having a problem with getting the parameters which 2captcha api needs to solve the captcha .
The type of Captcha Im struggeling with, is Cloudflare Turnstile. There are two hidden parameters you need to get which are : *cdata *and *pagedata *. I…

parsa
- 1
- 1