Usage

The input-text step types text into a specified input field. To make the input explicit and enable step caching, wrap the text in double curly braces {{}}.

// Explicit input (with caching)
step input: "input {{[email protected]}} into email field"

// Regular input (no caching)
step input: "input [email protected] into email field"