For all available key combinations that can be used, see the Key values guide.

Inputs

value
string
required

Keys that will be pressed using the keyboard such as ArrowLeft or Control+Shift+T. Multiple keys can be pressed at the same time by separating them with a +.

Configs

convert platform-specific keys
boolean
default:true

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.

repeat
number
default:1

Number of times to issue the key sequence.

delay ms
number
default:25

Milliseconds to wait after each key sequence. This is only applicable if the repeat config is set to a value greater than 1.

Was this page helpful?