Releases: xvrh/puppeteer-dart
Releases · xvrh/puppeteer-dart
v2.7.0
- Update to Chromium 100
- Fix resolving browser paths in windows
v2.5.0
- Add
BrowserPath
to have access to installed browser executable path.
var browser = await puppeteer.launch(executablePath: BrowserPath.chromeCanary);
- Fix bug to make current version work with chrome stable 96
v2.4.0
- Update Chromium to version 97
v2.2.1
- Make defaultViewport nullable in the connect method.
v2.2.0
- Update Chromium to version 92
- Add drag-and-drop support
v2.0.0
- Migrate to null-safety
- Update Chromium to version 90
v1.21.0
Update Chromium to version 87