-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Description
Description
It would be helpful if Selenium could offer easier integration with CAPTCHA-solving services like CaptchaAI.
Problem this solves:
Sometimes, during browser automation with Selenium, users face CAPTCHA challenges that block the automation process. CaptchaAI provides a fast and affordable API to solve CAPTCHAs automatically, saving time and manual effort.
How the feature would work:
It could be an optional utility or example demonstrating how to connect Selenium scripts with CaptchaAI's API for automatic solving.
Relevant context:
CaptchaAI API documentation: https://captchaai.com/api-docs.php
Have you considered any alternatives or workarounds?
Currently, users rely on manual solving or third-party tools that are not always reliable or easy to integrate. CaptchaAI provides a simple API-based approach.