I am trying to call a function from my browser console. But every time I try, the console returns me an error message.
But I am able to reach that function via another function here it is:
as you can see the function is called "onCaptchaSubmitted"
This is what happens when I try to call it from the console:
Finally, this also shows how that function implemented:
I do not know how to call that function. There must be a way to call it directly but how?
Thanks for your help..