<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Emulation](./puppeteer.protocol.emulation.md) &gt; [SetVisibleSizeRequest](./puppeteer.protocol.emulation.setvisiblesizerequest.md)

## Protocol.Emulation.SetVisibleSizeRequest interface

<b>Signature:</b>

```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). |