Releases: xvrh/puppeteer-dart
Releases · xvrh/puppeteer-dart
v3.1.0
- Update to Chrome 114
- Fix a bug on Windows when a relative directory was passed to userDataDir
v3.0.0
- 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.23.0
- Update to Chromium 111
- Check for null child node/Ids in Accessibility
v2.22.0
- Add additional screenshot parameters
- Add
onDownloadProgress
callback on downloadChrome
function
v2.9.3
- Add captureBeyondViewport parameter.
v2.9.2
- Add one more missing
AXPropertyName
entry.
v2.20.0
- Fixed a bug: page.waitForSelector('#selector', timeout: Duration.zero) throws instantly instead of disabling timeout #210.
- Internal refactor of target management to use auto discover feature of Chromium.
v2.19.0
- Update to Chromium 109
- Adds a setter for the TargetInfo type