puppeteer/new-docs/puppeteer.protocol.input.synthesizetapgesturerequest.x.md
2020-07-13 14:01:35 +01:00

14 lines
560 B
Markdown

<!-- 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; [Input](./puppeteer.protocol.input.md) &gt; [SynthesizeTapGestureRequest](./puppeteer.protocol.input.synthesizetapgesturerequest.md) &gt; [x](./puppeteer.protocol.input.synthesizetapgesturerequest.x.md)
## Protocol.Input.SynthesizeTapGestureRequest.x property
X coordinate of the start of the gesture in CSS pixels.
<b>Signature:</b>
```typescript
x: number;
```