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 {{}}.
Copy
Ask AI
// Explicit input (with caching)step input: "input {{[email protected]}} into email field"// Regular input (no caching)step input: "input [email protected] into email field"