Primitive steps
Key up
Release a combination of keys on the keyboard
Release the specified keys using the keyboard. This is the opposite of the
Key down
step, which simulates pressing keys down.
For all available key combinations that can be used, see the Key values guide.
Inputs
Use +
to combine keys, e.g. Control+Shift+T
. Here is a list of valid key
values.
Configs
Automatically convert known keyboard combinations based on the current
operating system. For example, Meta+V
is converted to Ctrl+V
when the test
is executed in a Linux environment.