when we try to login some website they are asking for human verification . Is there any way to bypass this check using any python lib? I am trying to automate website login using playwright automation tool and using python to write automation scripts. My script is able to check the check box but after checking the box coudflare again redirects me on same page of verification.
I tried lots of solutions like selenium-stealth lib, mouse actions of playwright, pyautogui but unable to fool the cloudflare 🙂