mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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>
|