puppeteer/docs/api/puppeteer.boundingbox.width.md

193 B

sidebar_label
BoundingBox.width

BoundingBox.width property

the width of the element in pixels.

Signature:

interface BoundingBox {width: number;}