Try disabling the Recaptcha/Hcaptcha module and use the new mobile fingerprint.
What to do after obtaining turnstile token?
-
I'm a little lost, I'm able to get the data-sitekey no problem and solve with 2captcha (or multibot), but after that's obtained, how do I use it to get past this turnstile check?
I think I'm supposed to be editing the "cf-turnstile-response" attribute value (using javascript executed on the element, document.querySelector('[name="cf-turnstile-response"]').value = [[RESPONSE]];) but after I do that, I'm unable to move any further. I can't click "Next" because its disabled, and I can't seem to click on the checkbox in the turnstile widget at this url:
https://auth.rumble.com/signup
Anyone help? Thanks
-
OK, first, I can't click the checkbox, its only recognizing the whole turnstile widget, and I can't seem to select down to that checkbox. Second, I'm trying to future-proof this so that if the check is actually required and can't be clicked through, it will can be done via a service. Unsure where to go from here, anyone?
-
- I can't click the checkbox, its only recognizing the whole turnstile widget
-> Click via Coordinates (BAS not supported SHADOW ROOT (CLOSE)) - Second, I'm trying to future-proof this so that if the check is actually required and can't be clicked through, it will can be done via a service
-> You need to find the javascript code to execute.
-> Solver token best use for request base, chrome is very bad
- I can't click the checkbox, its only recognizing the whole turnstile widget