puppeteer/docs/api/puppeteer.page.touchscreen.md
2022-07-01 11:52:39 +00:00

14 lines
153 B
Markdown

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