0

I try using python with selenium to solve this. My targeting site is: https://visa.vfsglobal.com/ind/en/ltu/login

But I did not find callback function

How can I pass value to this function?

Here console what I found

Console image

https://prnt.sc/Bq6PZtyGx42z

Js

window.recaptchaCallback = ()=>{
    const t = {
        sitekey: n.N.V2_CaptchaKey,
        callback: this.onSuccessCallback.bind(this),
        "error-callback": this.onErrorCallback.bind(this),
        "expired-callback": this.onExpiredCallback.bind(this)
    };
    this.widgetId = this.renderCaptcha(t)
}
A S M Saief
  • 300
  • 2
  • 13

0 Answers0