Menu
Open source

down(key)

Dispatches a keydown event. This is useful for simulating holding down a key.

ParameterTypeDescription
keystringName of the key to press, such as Enter.

Returns

TypeDescription
Promise<void>A Promise that fulfills when the keydown event has been dispatched.