puppeteer/docs/api/puppeteer.touchscreen.touchend.md
2023-02-03 10:59:21 +00:00

20 lines
231 B
Markdown

---
sidebar_label: Touchscreen.touchEnd
---
# Touchscreen.touchEnd() method
Dispatches a `touchend` event.
#### Signature:
```typescript
class Touchscreen {
touchEnd(): Promise<void>;
}
```
**Returns:**
Promise&lt;void&gt;