Input options for the ‘pressKey’ mutation.

Definition

input PressKeyOptions {
  delay: Int
}

Fields

delay

Int

Delay in milliseconds after the key press. Defaults to 0.