Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help #92

Open
bthecs opened this issue Mar 27, 2024 · 1 comment
Open

Help #92

bthecs opened this issue Mar 27, 2024 · 1 comment

Comments

@bthecs
Copy link

bthecs commented Mar 27, 2024

It does not detect the recaptcha of the following page https://www.pureminutes.com/mobile-recharge I do not know how to solve it.

@Xewdy444
Copy link
Owner

This page is using a reCAPTCHA v3 that is triggered when you enter a country and phone number and click the "RECHARGE NOW" button. If you are simply using Playwright to perform all of the actions on this page, you will not need playwright-recaptcha. If you are trying to retrieve the reCAPTCHA token to use elsewhere, you will need to use the reCAPTCHA v3 solver and perform the actions mentioned above. If needed, be sure to abort any requests that the browser makes that contain the token, otherwise the token will be invalid when you try to use it somewhere else. Here is an example of how to abort requests: https://playwright.dev/python/docs/network#abort-requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants