[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [SetVisibleSizeRequest](./puppeteer.protocol.emulation.setvisiblesizerequest.md) ## Protocol.Emulation.SetVisibleSizeRequest interface Signature: ```typescript export interface SetVisibleSizeRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [height](./puppeteer.protocol.emulation.setvisiblesizerequest.height.md) | [integer](./puppeteer.protocol.integer.md) | Frame height (DIP). | | [width](./puppeteer.protocol.emulation.setvisiblesizerequest.width.md) | [integer](./puppeteer.protocol.integer.md) | Frame width (DIP). |