puppeteer/docs/api/puppeteer.keydownoptions.md

79 lines
696 B
Markdown
Raw Normal View History

---
sidebar_label: KeyDownOptions
---
# KeyDownOptions interface
#### Signature:
```typescript
export interface KeyDownOptions
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th><th>
Default
</th></tr></thead>
<tbody><tr><td>
<span id="commands">commands</span>
</td><td>
2024-04-04 07:17:26 +00:00
`optional, deprecated`
</td><td>
string\[\]
</td><td>
2024-04-04 07:17:26 +00:00
**Deprecated:**
Do not use. This is automatically handled.
</td><td>
</td></tr>
<tr><td>
<span id="text">text</span>
</td><td>
2024-04-04 07:17:26 +00:00
`optional, deprecated`
</td><td>
string
</td><td>
2024-04-04 07:17:26 +00:00
**Deprecated:**
Do not use. This is automatically handled.
</td><td>
</td></tr>
</tbody></table>