Skip to main content

BoundingBox interface

Signature:
export interface BoundingBox extends Point
Extends: [Point](/puppeteer/api/puppeteer.point)

Properties

PropertyTypeDescription
heightnumberthe height of the element in pixels.
widthnumberthe width of the element in pixels.