You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unhandled exception. System.MissingMethodException: Method not found: 'System.Threading.Tasks.Task PuppeteerSharp.IPage.EvaluateExpressionOnNewDocumentAsync(System.String)'.
at PuppeteerExtraSharp.Plugins.ExtraStealth.StealthPlugin.OnPageCreated(IPage page)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at PuppeteerExtraSharp.Plugins.ExtraStealth.StealthPlugin.OnPageCreated(IPage page)
at PuppeteerExtraSharp.PuppeteerExtra.Register(IBrowser browser)
at PuppeteerExtraSharp.PuppeteerExtra.OnStart(BrowserStartContext context, IBrowser browser)
at PuppeteerExtraSharp.PuppeteerExtra.LaunchAsync(LaunchOptions options)
at PuppeteerSharpTest.Program.Main(String[] args) in D:\src\CSharp\PuppeteerSharpTest\PuppeteerSharpTest\Program.cs:line 38
at PuppeteerSharpTest.Program.<Main>(String[] args)
BlockResourcesPlugin has similar issue.
The text was updated successfully, but these errors were encountered:
@Vicher remove any references you have to Puppeteer and let nuget pull in the correct ones
It will be the old version of PuppeteerSharp in this case.
Currently I am git clone PuppeteerExtraSharp repo, changed PuppeteerExtraSharp dependency PuppeteerSharp to version 15.1.0, compiled and added it to my project as project reference. Works fine.
Using PuppeteerExtraSharp 2.0.0 with PuppeteerSharp 15.1.0 causes an exception.
Code:
Causes an exception:
BlockResourcesPlugin has similar issue.
The text was updated successfully, but these errors were encountered: