yarn puppeteer 0.11.0

latest releases: 22.8.0, 22.7.1, 22.7.0...
6 years ago

Big Changes

  • Chromium 63.0.3205.0 (r499413)

API changes

Changed:

Added:

Removed:

  • elementHandle.evaluate was removed: element handles could be passed as arguments into page.evaluate (9292a56)

Bug Fixes

  • #426 - Implement HTTP Authentication API
  • #527 - using --user-data-dir=profilepath corrupts settings and remove all extensions
  • #572 - Script evaluation throws sometimes with SyntaxError
  • #627 - Protocol error Invalid InterceptionId on cancelled requests
  • #648 - Proxy settings should be taken from npm config before environment variables
  • #713 - page.setExtraHTTPHeaders not working
  • #738 - Cant catch errors with .goto
  • #745 - Feature request: Run browser process as different user
  • #756 - [CI] travis doesn't run tests for node6
  • #770 - No argument is passed to waitForFunction/waitFor

Raw notes

611f51b - [doc] Fix thal link (#806)
aa58f25 - doc: add await to browser.close in usage examples (#797)
e2cad56 - page.waitFor should send ...args to page.waitForFunction (#775)
d562db3 - Assert that all extra HTTP header values are strings (#781)
86b05da - disable extensions and google translate by default (#774)
a20df0d - [Doc] add link to environment variable wiki page (#792)
166c909 - [tests] fix a few tests to avoid unhandled promise rejection (#778)
f398e69 - [api] Launcher: Close gracefully when a userDataDir is specified (#700)
d7e6736 - [api] add Puppeteer.executablePath() method (#771)
89e923d - Fix cookies test on windows (#772)
0108720 - Cleanup tests (#769)
9779085 - Add info about deploying puppeteer to Heroku (#762)
9292a56 - [api] Teach page.evaluate to accept element handles as parameters (#725)
69e707a - Build node6 before running tests for it (#757)
a71f287 - Fix evaluation in case of first "undefind" argument (#732)
e5c17ee - Carefully manage unhandled rejections for navigation (#741)
0db6165 - [api] Implement page.authenticate method (#729)
0bea42b - Do not leave dangling promises when sending messages over protocol (#742)
f11e09d - resources.md -> readme.md so it renders on /examples (#753)
568b7bd - Proposal: adding RESOURCES.md for examples (#743)
30541cc - block-images example: use reuters.com (#747)
c4a3d44 - Roll chromium to r499413 (#731)
d791583 - [tests] Skip flaky test (#730)
b8bb80a - support npm proxy configuration for the installation script (#692)
8d2a427 - Docker example (#721)
272fb4d - block-images example: switch from bbc to news.google.com (#708)
d2d951d - Better issue template (#712)
eb86253 - Issue template (#710)
e12ce80 - Output path as chromium gets successfully downloaded (#689)
51a507b - readme: add PUPPETEER_SKIP_CHROMIUM_DOWNLOAD note (#671)

Don't miss a new puppeteer release

NewReleases is sending notifications on new releases.