This website requires JavaScript.
Explore
Help
Sign In
github
/
puppeteer
Watch
0
Star
0
Fork
0
You've already forked puppeteer
mirror of
https://github.com/puppeteer/puppeteer
synced
2024-06-14 14:02:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7d6927209e
puppeteer
/
docs
/
api
/
puppeteer.boundingbox.md
jrandolf
b5a345b06b
chore: format docs (
#8629
)
2022-07-05 15:41:43 +02:00
630 B
Raw
Blame
History
sidebar_label
BoundingBox
BoundingBox interface
Signature:
export
interface
BoundingBox
extends
Point
Extends:
Point
Properties
Property
Modifiers
Type
Description
height
number
the height of the element in pixels.
width
number
the width of the element in pixels.