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
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)
}