Skip to content

Releases: xvrh/puppeteer-dart

1.11.0

15 Aug 20:18
7cbf153
Compare
Choose a tag to compare

Update chrome version to 686378

1.8.0+1

23 Jun 15:45
a935335
Compare
Choose a tag to compare
  • Update Chromium version to 669486
  • Add an IOSink [output] parameter to [Page.pdf] as an alternative to returning the whole PDF bytes in memory.

1.7.3

06 Jun 19:56
d7f3d2c
Compare
Choose a tag to compare
  • Update Chromium version to 666595
  • Remove --disable-gpu flag passed to Chromium on Windows

1.7.2

06 Jun 06:15
6c9b164
Compare
Choose a tag to compare

Update Chromium version to 662092

1.7.0

27 May 10:44
68ed88f
Compare
Choose a tag to compare
  • Add page.accessibility feature
  • Update default Chromium version to 662092

1.6.0

15 May 13:01
Compare
Choose a tag to compare
  • 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

1.5.0

07 May 10:14
2aab59b
Compare
Choose a tag to compare
  • Rename classes Frame, Request & Response to match the puppeteer API
  • Add Worker class
  • Add more test for the network API

1.4.0

07 May 12:58
9620e17
Compare
Choose a tag to compare
  • Add more unit tests and more documentation
  • Fix bugs in request interception

1.3.0

02 May 20:53
4a1b794
Compare
Choose a tag to compare
  • Add more unit tests and more documentation
  • Update default chromium
  • Add example for screencast
  • Fix bugs