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/c58c70eac092d686b0833ac4e18632a1afc87d20/test/golden/screenshot-element-scrolled-into-view.png)