Puppeteer Dart Versions Save

A Dart library to automate the Chrome browser over the DevTools Protocol. This is a port of the Puppeteer API

v3.3.0

9 months ago
  • Update to Chrome 116
  • Require Dart 3.1.0

v3.2.0

9 months ago
  • Update to Chrome 115

v3.1.1

11 months ago
  • Update to Chrome 114.0.5735.133
  • Widen constraint on dependency package:http

v3.1.0

11 months ago
  • Update to Chrome 114
  • Fix a bug on Windows when a relative directory was passed to userDataDir

v3.0.0

1 year ago
  • Download "Chrome for Testing" instead of Chromium.
  • Update to Chrome 113
  • Cache the browser binaries by default in .local-chrome instead of .local-chromium
  • Replace int revision parameter with String version in downloadChrome
  • Require minimum Dart 3.0.0 version.

v2.24.0

1 year ago
  • Update to Chromium 112

v2.23.0

1 year ago
  • Update to Chromium 111
  • Check for null child node/Ids in Accessibility

v2.22.0

1 year ago
  • Add additional screenshot parameters
  • Add onDownloadProgress callback on downloadChrome function

v2.9.3

1 year ago
  • Add captureBeyondViewport parameter.

v2.21.0

1 year ago
  • Update to Chromium 110