PuppeteerSharp v1.18 Release Notes

Release Date: 2019-08-14 // over 4 years ago
  • ๐Ÿ†• New Features

    • 32046d6 Tracing.StartAsync without options.
    • ๐Ÿ‘ 0778a2f OOPIF support.
    • ๐Ÿ’ป 84783db Expose IWebProxy in BrowserFetcher.
    • 3c037c3 New methods EvaluateFunctionOnNewDocumentAsync and EvaluateExpressionOnNewDocumentAsync.
    • Introduce file chooser interception.

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ‘ 3c037c3 Evaluate expressions on new document support. EvaluateOnNewDocumentAsync is marked as obsolete.

    ๐Ÿ”„ Changelog

    • f1578eb Bump Chromium to r672088.
    • 97780af Do evaluations with one roundtrip.
    • 6cc5c87 Fix A2 and A3 format size.
    • 6b9f06f Use .NET HttpCode phrases.
    • bd5c52f 'Add EmulateAsync and SetViewPortAsync notes.
    • 281d13e Mouse.ClickAsync improvements.
    • caf4c15 Add WebSocketFactory example.
    • โœ… c298f9d Add test to verify fetching of dataURL requests.
    • ๐Ÿ d48fc38 Remove "--disable-gpu" flag in Windows.
    • fda9097 Clarify frame/page.GotAsync()'s handling of HTTP error statuses.
    • acd7ad2 Be able to throw protocol like errors.
    • ๐Ÿšš 90e965e Move Path.PdfAsync to protocol streams.
    • โœ… 146a437 Add max payload test.