Home > assistive-playwright-client > VMKeyboard > up
Sends a low-level keyup event to the virtual machine.
Signature:
up(key: string): Promise<void>;
Parameter | Type | Description |
---|---|---|
key | string | Name of the key (cf Key) or its corresponding character, for example PageUp or a . |
Returns:
Promise<void>