Puppeteer-sharp-extra
Puppeteer-sharp-extra copied to clipboard
ReCaptcha V3 not working
For V3 I am getting this error:
PuppeteerSharp.EvaluationFailedException: Evaluation failed: TypeError: Cannot set property 'innerHTML' of null
at __puppeteer_evaluation_script__:1:66
at PuppeteerSharp.ExecutionContext.ExecuteEvaluationAsync(String method, Object args)
at PuppeteerSharp.ExecutionContext.RemoteObjectTaskToObject[T](Task`1 remote)
at PuppeteerSharp.DOMWorld.EvaluateFunctionAsync[T](String script, Object[] args)
at PuppeteerExtraSharp.Plugins.Recaptcha.Recaptcha.WriteToInput(Page page, String value)
at PuppeteerExtraSharp.Plugins.Recaptcha.Recaptcha.Solve(Page page)
at PuppeteerExtraSharp.Plugins.Recaptcha.RecaptchaPlugin.SolveCaptchaAsync(Page page)
Could you send the site where you're getting this error?