14 lines
508 B
Markdown
14 lines
508 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Browser](./puppeteer.protocol.browser.md) > [Bounds](./puppeteer.protocol.browser.bounds.md) > [top](./puppeteer.protocol.browser.bounds.top.md)
|
|
|
|
## Protocol.Browser.Bounds.top property
|
|
|
|
The offset from the top edge of the screen to the window in pixels.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
top?: integer;
|
|
```
|