95d77c679c
Reverts puppeteer/puppeteer#9152
186 B
186 B
sidebar_label |
---|
BoundingBox.width |
BoundingBox.width property
the width of the element in pixels.
Signature:
interface BoundingBox {
width: number;
}