0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/website/versioned_docs/version-21.7.0/api/puppeteer.boundingbox.md
release-please[bot] 864012a86d
chore: release main ()
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-01-04 13:39:46 +00:00

531 B

sidebar_label
BoundingBox

BoundingBox interface

Signature:

export interface BoundingBox extends Point

Extends: Point

Properties

Property Modifiers Type Description Default
height number the height of the element in pixels.
width number the width of the element in pixels.