Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/src/Input.ts>Keyboard#up

Headless Chrome Deno API
Latest
method Keyboard.prototype.up
import { Keyboard } from "https://deno.land/x/pptr@1.2.0/src/Input.ts";

Dispatches a keyup event.

Parameters

  • Name of key to release, such as ArrowLeft. See KeyInput | KeyInput for a list of all key names.

Returns

Promise<void>