0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/website/versioned_docs/version-19.2.0/api/puppeteer.pressoptions.text.md
2022-10-26 09:51:16 +02:00

16 lines
207 B
Markdown

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