Tagged articles

captcha-bypass

3 articles · Page 1 of 1
Subtle Storm
Subtle Storm
Apr 17, 2025 · Operations

Bypass Slider Captcha in Python Selenium Login Automation

This guide shows how to use Python Selenium to automate login with slider captcha protection by installing dependencies, initializing ChromeDriver, locating elements, generating a human‑like drag trajectory, performing the drag action, and verifying successful login, including advanced image‑processing tips.

AutomationPythonWeb Scraping
0 likes · 8 min read
Bypass Slider Captcha in Python Selenium Login Automation
Python Programming Learning Circle
Python Programming Learning Circle
May 28, 2022 · Information Security

Bypassing HCaptcha Using YesCaptcha Service with Python

This article explains how to bypass HCaptcha verification by leveraging the YesCaptcha service, detailing the required API parameters, Python code for extracting captcha images via Selenium, converting them to Base64, creating a solving task, and handling the solution to automate the verification process.

AutomationHCaptchaPython
0 likes · 7 min read
Bypassing HCaptcha Using YesCaptcha Service with Python