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
Running PuppeteerExtraSharp 2.0.0. Using the quick start example in the README. Receiving exception on the var browser line
System.MissingMethodException
HResult=0x80131513
Message=Method not found: 'System.Threading.Tasks.Task PuppeteerSharp.IPage.EvaluateExpressionOnNewDocumentAsync(System.String)'.
Source=PuppeteerExtraSharp
StackTrace:
at PuppeteerExtraSharp.Plugins.ExtraStealth.StealthPlugin.<OnPageCreated>d__5.MoveNext()
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
at PuppeteerExtraSharp.Plugins.ExtraStealth.StealthPlugin.OnPageCreated(IPage page)
at PuppeteerExtraSharp.PuppeteerExtra.<Register>d__9.MoveNext()
at PuppeteerExtraSharp.PuppeteerExtra.<OnStart>d__5.MoveNext()
at PuppeteerExtraSharp.PuppeteerExtra.<LaunchAsync>d__2.MoveNext()
at hospitalvote.MainClass.<Main>d__0.MoveNext() in C:\Users\user\dev\app\app console\Program.cs:line 15
The text was updated successfully, but these errors were encountered:
Running PuppeteerExtraSharp 2.0.0. Using the quick start example in the README. Receiving exception on the
var browser
lineThe text was updated successfully, but these errors were encountered: