tebelorg / RPA-Python

Python package for doing RPA
Apache License 2.0
4.96k stars 669 forks source link

Using reCAPTCHA keys to bypass - those are for the actual website owner for testing #508

Closed aadams26 closed 10 months ago

aadams26 commented 11 months ago

Is there a method in place to use reCAPTCHA keys to bypass reCAPTCHA using this RPA?

https://developers.google.com/recaptcha/docs/faq#id-like-to-run-automated-tests-with-recaptcha.-what-should-i-do

marcelocecin commented 11 months ago

reCAPTCHA v2 or v3 ?

aadams26 commented 11 months ago

ReCAPTCHA v2

On Thu, Dec 21, 2023 at 3:47 AM Marcelo Cecin @.***> wrote:

reCAPTCHA v2 or v3 ?

— Reply to this email directly, view it on GitHub https://github.com/tebelorg/RPA-Python/issues/508#issuecomment-1865877287, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKZT5U2YODNWCIHOF2YWSBTYKPZQTAVCNFSM6AAAAABA5SXTPCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRVHA3TOMRYG4 . You are receiving this because you authored the thread.Message ID: @.***>

-- Thanks, Arielle Adams

marcelocecin commented 11 months ago

Can you share the code you are trying to use?

marcelocecin commented 11 months ago

maybe this or this can help you

kensoh commented 10 months ago

Adding on @aadams26, the link below shows how a website owner can configure the reCAPTCHA on his testing website for test automation. It is not how someone can automate and goes through reCAPTCHA prompts on normal PROD websites.

https://developers.google.com/recaptcha/docs/faq#id-like-to-run-automated-tests-with-recaptcha.-what-should-i-do

Thanks @marcelocecin for your reply and sharing these libraries!!