14 lines
340 B
Markdown
14 lines
340 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [BoundingBox](./puppeteer.boundingbox.md) > [y](./puppeteer.boundingbox.y.md)
|
||
|
|
||
|
## BoundingBox.y property
|
||
|
|
||
|
the y coordinate of the element in pixels.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
y: number;
|
||
|
```
|