I need to automate a web page using python selenium, but it encounters a reCaptcha, which is in another frame. I want to solve the captcha, and continue the script by clicking t
Don't switch to the iframe.
Everything you need is in #g-recaptcha-response and [data-sitekey] which are both in main context.
#g-recaptcha-response
[data-sitekey]