puppeteer/website/versioned_docs/version-9.1.1/puppeteer.boundingbox.md
2021-08-10 11:09:48 +01:00

726 B

Home > puppeteer > BoundingBox

BoundingBox interface

Signature:

export interface BoundingBox 

Properties

Property Type Description
height number the height of the element in pixels.
width number the width of the element in pixels.
x number the x coordinate of the element in pixels.
y number the y coordinate of the element in pixels.