Skip to content

v15.0.0

Compare
Choose a tag to compare
@kblok kblok released this 13 Mar 15:19
· 54 commits to master since this release
daffca3

What's epic!

Puppeteer Sharp is now using the new headless mode by default!
If you need to use the old headless mode, you can pass HeadlessMode = HeadlessMode.Shell into the LaunchOptions.
As part of this change, we will also download an extra Chrome browser, chrome-headless-shell by default, and use it for the old headless mode.

Breaking changes

  • Rename CreateIncognitoBrowserContextAsync to CreateBrowserContextAsync by @kblok in #2479
  • Deprecate IPage.Target and add IPage.CreateCDPSessionAsync by @kblok in #2480
  • Deprecate is incognito by @kblok in #2465

What's new

  • Roll to Chrome 122.0.6261.69 (r1250580) by @kblok in #2471
  • Add touchstart, touchmove and touchend methods by @kblok in #2468
  • Support closing workers by @kblok in #2484
  • Option for raw v8 script coverage by @kblok in #2487
  • Allow converting other targets to pages by @kblok in #2490

What's Changed

Full Changelog: v14.1.0...v15.0.0