puppeteer/docs/api/puppeteer.page.touchscreen.md
2022-07-05 15:41:43 +02:00

14 lines
153 B
Markdown

---
sidebar_label: Page.touchscreen
---
# Page.touchscreen property
**Signature:**
```typescript
class Page {
get touchscreen(): Touchscreen;
}
```