puppeteer-dart

A Dart library to automate the Chrome browser over the DevTools Protocol. This is a port of the Puppeteer API

BSD-3-CLAUSE License

Stars
230
Committers
14

Bot releases are visible (Hide)

puppeteer-dart - 1.11.0

Published by xvrh about 5 years ago

Update chrome version to 686378

puppeteer-dart - 1.8.0+1

Published by xvrh over 5 years ago

  • Update Chromium version to 669486
  • Add an IOSink [output] parameter to [Page.pdf] as an alternative to returning the whole PDF bytes in memory.
puppeteer-dart - 1.7.3

Published by xvrh over 5 years ago

  • Update Chromium version to 666595
  • Remove --disable-gpu flag passed to Chromium on Windows
puppeteer-dart - 1.7.2

Published by xvrh over 5 years ago

Update Chromium version to 662092

puppeteer-dart - 1.7.0

Published by xvrh over 5 years ago

  • Add page.accessibility feature
  • Update default Chromium version to 662092
puppeteer-dart - 1.6.0

Published by xvrh over 5 years ago

  • Add puppeteer.connect to connect to an existing Chromium instance
  • Add slowMo parameter for puppeteer.launch et puppeteer.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
puppeteer-dart - 1.4.0

Published by xvrh over 5 years ago

  • Add more unit tests and more documentation
  • Fix bugs in request interception
puppeteer-dart - 1.5.0

Published by xvrh over 5 years ago

  • Rename classes Frame, Request & Response to match the puppeteer API
  • Add Worker class
  • Add more test for the network API
puppeteer-dart - 1.3.0

Published by xvrh over 5 years ago

  • Add more unit tests and more documentation
  • Update default chromium
  • Add example for screencast
  • Fix bugs
Package Rankings
Top 3.2% on Pub.dev
Badges
Extracted from project README
pub package Build Status codecov