puppeteer/new-docs/puppeteer.keyboard.up.md

23 lines
467 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Keyboard](./puppeteer.keyboard.md) &gt; [up](./puppeteer.keyboard.up.md)
## Keyboard.up() method
<b>Signature:</b>
```typescript
up(key: KeyInput): Promise<void>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| key | KeyInput | |
<b>Returns:</b>
Promise&lt;void&gt;