Skip to content

Releases: hardkoded/puppeteer-sharp

v11.0.1

23 Aug 13:05
fc47388
Compare
Choose a tag to compare

What's Changed

  • Add support for referrerPolicy in Page.GoToAsync by @kblok in #2284
  • Add missing tracing tests by @kblok in #2286
  • Improve transport event listener by @kblok in #2287

Full Changelog: v11.0.0...v11.0.1

v11.0.0

16 Aug 13:02
b9f325a
Compare
Choose a tag to compare

Google for testing is here!

v11 brings Google for Testing support. This introduces some breaking changes. But I think it won't be that hard to migrate your code:

  • Product was renamed to SupportedBrowser.
  • BrowserFetcher.DefaultChromiumRevision was moved to PuppeteerSharp.BrowserData.Chrome.DefaultBuildId.
  • BrowserFetcher.DefaultFirefoxRevision was moved to PuppeteerSharp.BrowserData.Firefox.DefaultBuildId.
  • BrowserFetcher.DownloadsFolder was renamed to CacheDir.
  • BrowserFecher.DownloadHost was reamed to BaseUrl.
  • BrowserFecher.Product was reamed to Browser.
  • BrowserFecher.LocalRevisions was reamed to GetInstalledBrowsers .
  • RevisionInfo was reamed to InstalledBrowser.
  • The concept of Revision was changed to BuildId.

What's Changed

Full Changelog: v10.1.2...v11.0.0

v10.1.4

15 Aug 13:54
2e21ecd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.1.2...v10.1.4

v10.1.2

17 Jul 12:51
60ca95b
Compare
Choose a tag to compare

What's Changed

  • Introduce chromium for MacOS arm64 downloads by @kblok in #2256

Full Changelog: v10.1.1...v10.1.2

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