- accessibility.snapshot now accepts a new root option (a3cb163)
- puppeteer.connect() now accepts a new option - 'browserURL' (15af75f)
- page.on('popup') (8aaca4e)
- page.browserContext() (c90392b)
- page.setDefaultTimeout(timeout) (a064a63)
- consoleMessage.location() (0c86763)
- page.setContent(html, options) now respects default navigation timeout (a064a63)
- page.setContent (927d0f4) now accepts waitUntil option similar to page.goto.
- browser.target() (4e48dfc)
- frame.goto(url, options) (5acf953)
- frame.waitForNavigation(options) (5acf953)
- response.frame() (5acf953)
- PUPPETEER_CHROMIUM_REVISION and PUPPETEER_EXECUTABLE_PATH environment variables will now not only affect puppeteer installation but your scripts as well. (28d9211)
- page.goto now accepts a referer argument. (cbce839)