Configuration
Here’s the completewebreel.config.json for this example:
What It Demonstrates
Type Action
Thetype action simulates keyboard input with character-by-character typing:
text: The content to typeselector: The input field to type intocharDelay: Milliseconds between each character (creates realistic typing speed)
Realistic Typing Speed
DifferentcharDelay values create varied typing speeds:
- Email field:
40msper character (slower, more deliberate) - Password field:
30msper character (slightly faster)
Default Delay
ThedefaultDelay field sets a default pause between all steps:
delay field.
Step-Specific Delays
The password field includes an extra delay before the next action:Text-Based Click Targeting
The submit button is clicked using text matching instead of a selector:Running the Example
videos/form-filling.mp4.
Next Steps
- Drag and Drop - Learn about drag interactions
- Keyboard Shortcuts - Use keyboard commands
- Page Scrolling - Scroll the page and containers