puppeteer/new-docs/puppeteer.protocol.browser.bounds.md
2020-07-13 14:01:35 +01:00

25 lines
1.3 KiB
Markdown

<!-- 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; [Browser](./puppeteer.protocol.browser.md) &gt; [Bounds](./puppeteer.protocol.browser.bounds.md)
## Protocol.Browser.Bounds interface
Browser window bounds information
<b>Signature:</b>
```typescript
export interface Bounds
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [height](./puppeteer.protocol.browser.bounds.height.md) | [integer](./puppeteer.protocol.integer.md) | The window height in pixels. |
| [left](./puppeteer.protocol.browser.bounds.left.md) | [integer](./puppeteer.protocol.integer.md) | The offset from the left edge of the screen to the window in pixels. |
| [top](./puppeteer.protocol.browser.bounds.top.md) | [integer](./puppeteer.protocol.integer.md) | The offset from the top edge of the screen to the window in pixels. |
| [width](./puppeteer.protocol.browser.bounds.width.md) | [integer](./puppeteer.protocol.integer.md) | The window width in pixels. |
| [windowState](./puppeteer.protocol.browser.bounds.windowstate.md) | [WindowState](./puppeteer.protocol.browser.windowstate.md) | The window state. Default to normal. |