Search results

  1. P

    Does anyone know how to setup 2captcha invisible recaptcha with selenium?

    Based on your screenshot, I guess there should be a sitekey property out of the screen at the same level of callback property/function. If there's a sitekey property and it is filled in with the right sitekey, then the callback at the same level is the good one to use. If not you need to look...
  2. P

    Does anyone know how to setup 2captcha invisible recaptcha with selenium?

    Hello, Exactly, the TOKEN is the response token from 2captcha. The way you're calling the callback is fine as I can see. For testing purpose you can call it in your console. As soon as you call it, the page will be redirected, no need to click on submit or anything. Be aware that after each...
  3. P

    Does anyone have experience with spotviewbot.com?

    Hi, I only bought the account creator 1st (less expensive) to test the fiability of the developer. The bot is definitely a real bot. Errh more like was. Code & GUI are real and everything, we can see the accounts being created then connected on Spotify before your eyes but at the time of my...
  4. P

    Does anyone know how to setup 2captcha invisible recaptcha with selenium?

    Yes I succeeded. I found the callback hidden in javascript. I used the help on 2captcha.com API documentation on 2captcha.com/2captcha-api#callback open the console and call ___grecaptcha_cfg.clients[0].aa.l.callback('TOKEN'); If that doesn't work try looking inside the ___grecaptcha_cfg object
  5. P

    Looking for help solving a particularly difficult Invisible ReCAPTCHA V2

    Hello everyone Does anyone have some experience solving Invisible ReCaptcha V2 ? I was doing fine solving ReCaptcha V2 and even the invisible one (Google demo page for example) using 2captcha.com, but now I ran into a situation where the callback is obfuscated, even not present at all (no...
  6. P

    Does anyone know how to setup 2captcha invisible recaptcha with selenium?

    Hello I'm digging out a post almost a year later. I managed to solve Invisible ReCAPTCHA V2 (Spotify register) but in some site the JS callback is obfuscated and I can't solve it (Spotify login). Does somebody managed to solve one ?
Back
Top