Skip to content

Releases: xvrh/puppeteer-dart

v1.20.1

14 Oct 13:09
9513f46
Compare
Choose a tag to compare
  • Fix Browser.close() error

v1.18.0

16 Jul 21:58
8e795a4
Compare
Choose a tag to compare
  • Update Chromium to version 84
  • Add Mouse.wheel

v1.17.0

21 Apr 20:57
d4e56ad
Compare
Choose a tag to compare
  • Update Chromium to version 81
  • Revert change to uploadFile implementation.

v1.16.1

27 Feb 07:03
Compare
Choose a tag to compare

Fix a bug with the new uploadFile implementation.

1.15.1

08 Jan 17:24
9dafdd8
Compare
Choose a tag to compare
  • Expose ClientError class
  • (internal) Revert previous change in jsHandle.uploadFile

1.15.0

27 Dec 09:43
Compare
Choose a tag to compare
  • Add element.select and element.evaluate for consistency
  • Prepare jsHandle.uploadFile for CDP Page.handleFileChooser removal
  • Enable more lints

1.14.1

24 Nov 19:46
21fa2f1
Compare
Choose a tag to compare
  • Export class Target in puppeteer.dart

1.14.0

22 Nov 13:45
bd26980
Compare
Choose a tag to compare
  • Add Page.emulateTimezone and Page.emulateMediaFeatures
  • Deprecate Page.emulateMedia in profit of Page.emulatedMediaType
  • Fix a "Concurrent modification error" when navigating from a page with iframes.

1.13.0

11 Oct 10:30
e81bbaf
Compare
Choose a tag to compare
  • Fix a NullPointerException in NetworkManager
  • (internal) Add more tests for headful mode
  • (internal) Remove all implicit casts (preparation for nnbd)

1.12.0

29 Aug 09:40
01b06ee
Compare
Choose a tag to compare
  • 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 to puppeteer.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