-
-
Notifications
You must be signed in to change notification settings - Fork 201
Description
Does the upstream have similar features?
The upstream Playwright clients (Node.js, Java, .NET, Python) currently don't provide built-in CAPTCHA-solving features like 10Captcha integration. However, users often rely on external services to handle CAPTCHAs during automation.
Is your feature request related to a problem? Please describe.
Automating browser tasks with Playwright-Go can often be interrupted by CAPTCHAs, making automation flows unreliable or requiring manual intervention.
Describe the solution you'd like
I’d like to suggest optional support for integrating 10Captcha, a simple and affordable CAPTCHA-solving API. This would allow users to automatically solve CAPTCHAs during Playwright-Go sessions, improving automation reliability for real-world use cases.
Additional context
The 10Captcha API is well-documented and easy to integrate: https://10captcha.com/api-docs.php
This could be provided as an optional helper function or utility, so users who need it can enable it while others can continue using the library as is.