Releases: xvrh/puppeteer-dart
Releases · xvrh/puppeteer-dart
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
v2.18.0
- Expose
Worker
class
- Update the default arguments used to launch the chromium process
v2.9.1
- Add missing
AXPropertyName
entries.