puppeteer/docs/api/puppeteer.touchscreen.touchend.md

20 lines
240 B
Markdown
Raw Permalink Normal View History

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