mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
242004b950
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
20 lines
231 B
Markdown
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<void>
|