Home > puppeteer > Protocol > DOM > Rect
Protocol.DOM.Rect interface
Rectangle.
Signature:
export interface Rect
Properties
Property |
Type |
Description |
height |
number |
Rectangle height |
width |
number |
Rectangle width |
x |
number |
X coordinate |
y |
number |
Y coordinate |