Actually I am trying to automate my accounts in https://www.deezer.com/en/login. And I got the sitekey inside their js: 6Lf4g34UAAAAAF2O2sScZKutelN7GM1FYVBmMom4. But it isn't working when I insert the

I am having issues with captcha callbacks. The site (https://www.deezer.com) is using captcha callbacks with

code
inside the <textarea>
with id="g-recaptcha-response"
, and I clicked on Login with Python Selenium, but it is still poping the recaptch v2!
I am having issues with captcha callbacks. The site (https://www.deezer.com) is using captcha callbacks with
___grecaptcha_cfg.clients['0']['Z']['Z']['callback']
but it's not working. I am freaked out!