puppeteer/new-docs/puppeteer.keyboard.up.md
Jack Franklin 5b6d2bfb0e docs(new): add TSDoc comments to Keyboard (#6099)
Co-authored-by: Tim van der Lippe <tvanderlippe@google.com>
2020-06-25 13:01:46 +02:00

649 B

Home > puppeteer > Keyboard > up

Keyboard.up() method

Dispatches a keyup event.

Signature:

up(key: KeyInput): Promise<void>;

Parameters

Parameter Type Description
key KeyInput Name of key to release, such as ArrowLeft. See KeyInput for a list of all key names.

Returns:

Promise<void>