0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/website/versioned_docs/version-21.6.0/api/puppeteer.touchscreen.touchend.md
release-please[bot] 8c0ac61260
chore: release main ()
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-12-06 09:04:56 +01:00

20 lines
240 B
Markdown

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