0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/lib
Christopher Dieringer b0b22199f9 fix(ElementHandle.screenshot): account for scroll ()
Currently, `elementHandle.screenshot` passes bounding box into the `page.captureScreenshot` 
method.
This is wrong since `captureScreenshot` accepts viewport, not bounding box.

This patch uses layout metrics to convert bounding box into viewport.

Fixes .
2017-11-10 16:02:52 -08:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js feat(browser): add browser.disconnected event () 2017-11-03 18:46:17 -07:00
Connection.js feat(browser): add browser.disconnected event () 2017-11-03 18:46:17 -07:00
Dialog.js chore: Use Typescript to lint JSDoc annotations () 2017-10-09 22:31:40 -07:00
ElementHandle.js fix(ElementHandle.screenshot): account for scroll () 2017-11-10 16:02:52 -08:00
EmulationManager.js chore: Use Typescript to lint JSDoc annotations () 2017-10-09 22:31:40 -07:00
ExecutionContext.js fix(page.evaluate): jsonValue should ignore toJSON property () 2017-10-20 10:45:49 -07:00
externs.d.ts chore: Use Typescript to lint JSDoc annotations () 2017-10-09 22:31:40 -07:00
FrameManager.js fix(Page.waitForSelector): "visible" option should check parent visibility () 2017-11-10 15:44:01 -08:00
helper.js fix: Remove synchronous operation with file system. () 2017-10-11 00:55:48 -07:00
Input.js fix(touch): requestAnimationFrame before sending tap () 2017-10-26 14:53:50 -07:00
Launcher.js fix: support PlzNavigate in puppeteer. () 2017-11-01 14:04:10 -07:00
Multimap.js chore: Use Typescript to lint JSDoc annotations () 2017-10-09 22:31:40 -07:00
NavigatorWatcher.js fix(Navigation): wait for lifecycle events for the frame subtree () 2017-11-10 15:44:14 -08:00
NetworkManager.js fix: support PlzNavigate in puppeteer. () 2017-11-01 14:04:10 -07:00
Page.js fix(Navigation): correctly wait for navigation in Page.goto () 2017-11-10 15:33:14 -08:00
Puppeteer.js chore: Use Typescript to lint JSDoc annotations () 2017-10-09 22:31:40 -07:00
Tracing.js fix: Remove synchronous operation with file system. () 2017-10-11 00:55:48 -07:00
USKeyboardLayout.js feat(keyboard): Accept codes () 2017-10-23 12:43:45 -07:00