Assistive-Webdriver

Home > assistive-playwright-client > VMKeyboard > up

VMKeyboard.up() method

Sends a low-level keyup event to the virtual machine.

Signature:

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

Parameters

Parameter Type Description
key string Name of the key (cf Key) or its corresponding character, for example PageUp or a.

Returns:

Promise<void>