I loaded me CaptchaCustom to solve hCaptcha with it.
But i dont understand the Javascript execute part.
Try to read the russian support but idk how to finish it.
I try to execute the javascript part:
let submitToken = (token) => { document.querySelector('[name=g-recaptcha-response]').innerText = [[RESPONSE]] document.querySelector('[name=h-captcha-response]').innerText = [[RESPONSE]] document.querySelector('.challenge-form').submit() } submitToken('TOKEN_STRING')
but it not works.
Same on the part with:
document.getElementById("h-captcha-response").innerHTML = [[RESPONSE]]
No textfield comes like shown in http://learn.captcha.guru/ln/hcaptcha/.
Anyone can Help me please?
Greetings from Berlin.