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