How to Solve bound captcha in button with selenium?

How to Solve captcha(reCaptcha V2(Visible=Image Captcha)) in selenium ?
After Getting token from Captcha Solver Service I tried to put token in g-captcha-responce textarea but
Problem is that, Captcha is bound with the submit button if I click on button then captcha loads,If Captcha is solved then site directly redirect to another page.

If anyone have idea Let me know.

U probably need to add a submit(); some statement like this in executejs along with adding the solution
It will call the submit function

1 Like