Skip to content

Releases: hardkoded/puppeteer-sharp

v10.1.1

12 Jul 22:29
fdcaed6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.1.0...v10.1.1

v10.1.0

20 Jun 01:40
44d7134
Compare
Choose a tag to compare

What's New

  • Introduce text query handler by @kblok in #2217
  • XPathAsync and WaitForXPathAsync were replaced in favor of the xpath/ selector handler. @kblok in #2230

What's Changed

Full Changelog: v10.0.0...v10.1.0

v10.0.0

05 May 13:35
56d0f7c
Compare
Choose a tag to compare

Breaking changes

  • IFrame.ChildFrames was changed from a IFrame[] to IReadOnlyCollection<IFrame>.

What's Changed

Full Changelog: v9.1.0...v10.0.0

v9.1.0

09 Apr 21:46
6dfc940
Compare
Choose a tag to compare

What's new

What's Changed

New Contributors

Full Changelog: v9.0.2...v9.1.0

v9.0.2

26 Jan 13:42
95beee9
Compare
Choose a tag to compare

What's Changed

  • Improve DownloadFetcher executable path by @kblok in #2074

Full Changelog: v9.0.1...v9.0.2

v9.0.1

18 Jan 16:56
087228c
Compare
Choose a tag to compare

What's Changed

  • Fix Page.AddConsoleMessageAsync NullReferenceException by @amaitland in #2070

Full Changelog: v9.0.0...v9.0.1

v9.0.0

13 Jan 15:31
35b9e68
Compare
Choose a tag to compare

Breaking changes

  • Update permissions overrides by @kblok in #2059
    • OverridePermission.Push was removed
    • ClipboardRead and ClipboardWrite were replaced by ClipboardReadWrite

What's new

  • Expose browser context Id by @kblok in #2029
  • Support "rendering" target type. by @bpoxy in #2041
  • Allow for passing IJSHandle as argument to EvaluateFunctionAsync/EvaluateFunctionHandleAsync by @amaitland in #2038

What's Changed

New Contributors

Full Changelog: v8.0.0...v9.0.0

v8.0.0

06 Oct 12:29
16425fe
Compare
Choose a tag to compare

What's new

Breaking changes

What's Changed

New Contributors

Full Changelog: v7.1.0...v8.0.0

v7.1.0

11 Jul 12:47
a12f106
Compare
Choose a tag to compare

What's new

  • Introduce custom queries engines
  • ElementHandle.ClickablePointAsync is now public
  • New Page.WaitForFrameAsync
  • ElementHandle.ScrollIntoViewIfNeededAsync is now public
  • Introduce user agent metadata in Page.SetUserAgentAsync
  • Add support for async predicates in Page.WaitForResponseAsync

Changelog

New Contributors

Full Changelog: v7.0.0...v7.1.0

v7.0.0

13 Apr 18:49
91612da
Compare
Choose a tag to compare

Breaking Changes

  • Puppeteer-Sharp now requires Chromium v100 or greater.

Whats new

What's Changed

New Contributors

Full Changelog: v6.2.0...v7.0.0