[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [Rect](./puppeteer.protocol.dom.rect.md) ## Protocol.DOM.Rect interface Rectangle. Signature: ```typescript export interface Rect ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [height](./puppeteer.protocol.dom.rect.height.md) | number | Rectangle height | | [width](./puppeteer.protocol.dom.rect.width.md) | number | Rectangle width | | [x](./puppeteer.protocol.dom.rect.x.md) | number | X coordinate | | [y](./puppeteer.protocol.dom.rect.y.md) | number | Y coordinate |