Back to Puppeteer

KeyDownOptions interface

website/versioned_docs/version-24.40.0/api/puppeteer.keydownoptions.md

19.2.2654 B
Original Source

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>

optional, deprecated

</td><td>

string[]

</td><td>

Deprecated:

Do not use. This is automatically handled.

</td><td> </td></tr> <tr><td>

<span id="text">text</span>

</td><td>

optional, deprecated

</td><td>

string

</td><td>

Deprecated:

Do not use. This is automatically handled.

</td><td> </td></tr> </tbody></table>