@ensdmrlq said in How Can I Inject Captcha Token In Browser ?:
Isn't it faster and more precise to resolve via token
No
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?