2,784 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
2
answers
72
views
Math CAPTCHA don't work with dividing - how to fix? [closed]
I’m writing a Selenium script to auto-fill a contact form, like this one, and yeah, obviously the main site is different — cornerstonesalina.com/elements/contact-form/, there’s a math captcha like &...
-4
votes
0
answers
70
views
How to handle reCAPTCHA/hCaptcha challenges in Chrome automation for testing purposes? [duplicate]
I’m developing an automated testing framework that uses Selenium (including headless Chrome) to test web applications. During test runs, I frequently encounter CAPTCHA challenges — mainly reCAPTCHA v2 ...
-3
votes
1
answer
203
views
How to get file_get_contents to work for Cloudflare Turnstile site verification?
An implementation similar to the one below works perfectly for both Google reCAPTCHA and hCaptcha:
$secret = 'SECRET KEY';
$captcha = $_POST['cf-turnstile-response'];
$verify = 'https://...
0
votes
1
answer
132
views
Remove noise and lines from the CAPTCHA image
I need support to treat a captcha image, I made an algorithm for testing to treat some images that come from a website's captcha and for some types I was able to treat and use tesseract to extract the ...
-1
votes
1
answer
82
views
How to submit the "recover password" form using ajax with captcha token?
I am using site drawer for site menu. I have integrated recover form in shopify It needs to integrate captcha token when using ajax submit. Please let me know how to submit with the captcha token with ...
1
vote
1
answer
82
views
How to subbimit g-recaptcha-response using python
I need to make several queries on the website below (for each query I will download a spreadsheet).
https://www.fnde.gov.br/sigpcadm/sistema.pu?operation=localizar
I am using selenium to press the ...
-2
votes
1
answer
726
views
How to bypass hCaptcha when automating a website login using Selenium in Python?
I'm working on a Python Selenium automation to access the Brazilian website for MEI DAS payments so i can download them automatically. However, I encountered an issue where the website is protected by ...
0
votes
0
answers
101
views
Anti-bot triggered just using driver.find_element() with undetected selenium
I have a python code running both keyboard and mouse automation, but when I try to read the content of a webpage with Selenium (just need to use the function "driver.find_element"), then the ...
-1
votes
1
answer
461
views
Recaptcha "ERROR for site owner: Invalid key type"
I have a problem is a rails app using the recaptcha gem which uses devise for authentication.
What I did
I am trying to put Google recaptcha on the "password forgotten" screen users/password/...
-1
votes
2
answers
173
views
Selenium using ia to bypass canvas Captcha
I'm trying to write a web scraping script to create an email address automatically without having to do it manually. Since I have some knowledge of web scraping, I thought it would be simple, but in ...
0
votes
1
answer
136
views
Using Capsolver TwoCaptcher does not work (Java)
I try to solve a captcher from the following standard homepage:
https://google.com/recaptcha/api2/demo
For that I am using the following code:
String apiKey = "CAP-XXX";
...
1
vote
0
answers
90
views
Problem with log in on discord with captcha using selenium
I want to create a bot who log in discord.
The problem is that discord appear with a captcha.
I paid for 2captcha solution.
I solve the captcha but I don't know how to insert it because there are no ...
0
votes
1
answer
107
views
How to migrate com.octo.captcha jcaptcha from java 6 to java 11
I am migrating a project from Java 6 to Java 11. In the project I have the following dependency:
<dependency>
<groupId>com.octo.captcha</groupId>
<artifactId>jcaptcha&...
0
votes
0
answers
200
views
solving captcha with 2captcha against GeeTest Captcha binance
I've seen a few topics relating to this, none of which helped.
I'm trying to make a trading bot, but I can't seem to get past the first page, I've made the needed 2captcha deposits, and now I'm stuck.
...
0
votes
0
answers
238
views
CAPTCHA Issues in Headless Mode for TikTok URL Fetching
I'm trying to fetch URLs from a TikTok user page for a research purpose. It works fine with headless=false, but when I set it to headless=true, it triggers a captcha verification. Any ideas on how to ...