Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 191 Bytes

puppeteer.boundingbox.height.md

File metadata and controls

15 lines (11 loc) · 191 Bytes
sidebar_label
BoundingBox.height

BoundingBox.height property

the height of the element in pixels.

Signature:

interface BoundingBox {
  height: number;
}