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 #1315.
168 B
54x54px
168 B
54x54px
![](/thunderstrike/puppeteer/raw/commit/a363a733b7aa88be9a17190bcfa924b507d7b3da/test/golden/screenshot-element-scrolled-into-view.png)