puppeteer 1.0.0 puppeteer: ^1.0.0 copied to clipboard
A high-level API to control headless Chrome over the DevTools Protocol. This is a port of Puppeteer in Dart.
Changelog #
1.3.0 #
- Update protocol
- Increase chrome version (641577)
- Update chrome flags list (same list as Puppeteer project)
1.2.0 #
- Fix Dart2 cast error for value object
- Increase default chrome version (630727)
1.1.0 #
- Update protocol
- Increase default chrome version (599821)
1.0.0 #
- First stable version
- Tweak generated code to look better
0.0.5 #
- Dart 2
- Upgrade chrome to 579032
- Update protocol
0.0.4 #
- Upgrade chrome to 557152
- Update protocol
- Add a simple helper for "evaluate" Javascript
- Rename classes *Manager to *Api
0.0.3+1 #
- Upgrade chrome
- Add an incognito mode
0.0.3 #
- Expose the domains throught some getters in the
Tab
class.
0.0.2 #
- Mark deprecated members with @deprecated attribute
- Use "Chrome" word in the API instead of "Chromium".
0.0.1+2 #
- Setup travis-ci
0.0.1 #
- Initial version