puppeteer/new-docs/puppeteer.protocol.page.visualviewport.pagey.md

14 lines
518 B
Markdown
Raw Normal View History

<!-- 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; [Page](./puppeteer.protocol.page.md) &gt; [VisualViewport](./puppeteer.protocol.page.visualviewport.md) &gt; [pageY](./puppeteer.protocol.page.visualviewport.pagey.md)
## Protocol.Page.VisualViewport.pageY property
Vertical offset relative to the document (CSS pixels).
<b>Signature:</b>
```typescript
pageY: number;
```