PuppeteerSharp v1.20 Release Notes

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

    • 12b3645 Add element.SelectAsync, element.EvaluateFunctionAsync, element.EvaluateFunctionHandleAsync methods.

    ๐Ÿ”„ Changelog

    • a13dbee Improve target doc.
    • โœ… 39c3c2d Background page tests should wait for the page.
    • 7ba0abc Make sure selection is not empty before running copy command.
    • โšก๏ธ 668f2c5 Update DeviceDescriptors to include 6.5 inch iPhone XR.
    • โœ… 7a33e84 Make eval test resilient to error format.
    • ๐Ÿ”€ 64eca4e Enable redirect inside sync XHR test.
    • โœ… 5558227 Enable cross-process viewport test.
    • ๐Ÿšš cedaa0a Be able to remove headers using request.continue.
    • 45c0926 Roll Chromium to r682225.
    • 0f73456 Roll Chromium to r686378.
    • โœ… 4f59b68 Add default context cookies test.
    • โœ… 7fca5ee Add a test for errors inside promise.
    • 04a3722 Pass FrameManager to NetworkManager constructor.
    • 6f813bd Abort page.waitForRequest/Response when page closes.