Skip to content

v1.7

Compare
Choose a tag to compare
@kblok kblok released this 24 Sep 11:05
· 935 commits to master since this release
c159f1f

New Features

  • e2c114c Typing emojis.
  • 1f3e60c Bump Chormium to r579032.
  • f6c6776 Page.ClickAsync should work with disabled javascript

New APIs

  • 6a0bdf1 New PdfOptions.PreferCSSPageSize option.
  • 5f22946 Page.GoToAsync(string url, WaitUntilNavigation waitUntil).
  • 583b240 LaunchOptions.DefaultViewport - ConnectOptions.DefaultViewport
  • 583b240 LaunchOptions. IgnoredDefaultArgs
  • 583b240 Puppeteer.DefaultArgs().
  • 61a6a27 BrowserContext.PagesAsync().
  • dd101a7 Make WaitTaskTimeoutException public.
  • 0286563 Extension improvements: ElementHandle.EvaluateFunctionAsync and JSHandle.EvaluateFunctionAsync.

Breaking Changes

  • 583b240 Dropped LaunchOptions.AppMode - ConnectOptions.AppMode

Changelog

  • 6ee54f5 Make sure referer header is reported with request interception.
  • 5d3f59b Using new browser context for every page test.
  • 3fff9a0 Don't emit an internal error when eval causes navigation.
  • c9e4daf Force KeepAliveInterval to 0.
  • e3ae546 Improve waiting for selector to be hidden error message.