Skip to content

Releases: hardkoded/puppeteer-sharp

v11.0.5

04 Sep 17:16
ea6f4ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.0.4...v11.0.5

v11.0.4

31 Aug 17:29
33334a7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.0.3...v11.0.4

v11.0.3

30 Aug 17:26
afae69b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.0.2...v11.0.3

v11.0.2

23 Aug 14:56
c44322d
Compare
Choose a tag to compare

What's Changed

  • Fix URL for Chromium ResolveBuildIdAsync() by @mmalvik in #2288

New Contributors

Full Changelog: v11.0.1...v11.0.2

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