Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 187 Bytes

puppeteer.boundingbox.width.md

File metadata and controls

15 lines (11 loc) · 187 Bytes
sidebar_label
BoundingBox.width

BoundingBox.width property

the width of the element in pixels.

Signature:

interface BoundingBox {
  width: number;
}