[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Input](./puppeteer.protocol.input.md) > [TouchPoint](./puppeteer.protocol.input.touchpoint.md) > [x](./puppeteer.protocol.input.touchpoint.x.md) ## Protocol.Input.TouchPoint.x property X coordinate of the event relative to the main frame's viewport in CSS pixels. Signature: ```typescript x: number; ```