puppeteer/docs/api/puppeteer.pressoptions.text.md

13 lines
213 B
Markdown
Raw Normal View History

---
sidebar_label: PressOptions.text
---
# PressOptions.text property
If specified, generates an input event with this text.
**Signature:**
```typescript
interface PressOptions {text?: string;}
```