[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. Signature: ```typescript top?: integer; ```