2020-06-04 14:56:45 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [puppeteer ](./puppeteer.md ) > [Touchscreen ](./puppeteer.touchscreen.md )
## Touchscreen class
2020-06-24 08:34:37 +00:00
The Touchscreen class exposes touchscreen events.
2020-06-04 14:56:45 +00:00
< b > Signature:< / b >
```typescript
export declare class Touchscreen
```
2020-06-24 08:34:37 +00:00
## Remarks
2020-06-04 14:56:45 +00:00
2020-06-24 08:34:37 +00:00
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the `Touchscreen` class.
2020-06-04 14:56:45 +00:00
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
2020-06-24 08:34:37 +00:00
| [tap(x, y) ](./puppeteer.touchscreen.tap.md ) | | Dispatches a < code > touchstart</ code > and < code > touchend</ code > event. |
2020-06-04 14:56:45 +00:00