Releases: xvrh/puppeteer-dart
Releases · xvrh/puppeteer-dart
1.13.0
1.12.0
- Fix bug in
puppeteer.connect()
- Add the same capabilities that pupeeteer Node.JS to
puppeteer.launch
for the management of the flags passed to Chromium. - Add
userDataDir
topuppeteer.launch
to allow managing the user data directory.
By default, we now use a temporary data directory in the system temp folder. - Add more tests for launching and connecting to chromium
1.11.0
1.8.0+1
1.7.3
1.7.2
1.7.0
1.6.0
- Add
puppeteer.connect
to connect to an existing Chromium instance - Add
slowMo
parameter forpuppeteer.launch
etpuppeteer.connect
to slow down communications with the browser. - Create
Worker
from service_worker and shared_worker. - Use a default viewport of 1280x1024 by default (allow to pass null to disable the default).
- Add a small "plugin" system
- Add the
StealthPlugin
to automatically applies various techniques to make detection of headless puppeteer harder. - Add
Page.clickAndWaitForNavigation
for convenience. - Add
Page.coverage
feature - Add
Page.metrics
feature - Add
Page.tracing
feature