Configuration
Here’s the completewebreel.config.json for this example:
What It Demonstrates
Minimal Setup
This example shows the minimum required fields to create a webreel recording:- A
urlto navigate to - A
viewportsize for the browser window - A
zoomlevel for higher quality output - An array of
stepsdefining the interactions
Wait For Ready State
ThewaitFor field ensures the page is fully loaded before recording starts:
.cta element appears in the DOM, guaranteeing the page is ready for interaction.
Basic Actions
The example uses two fundamental actions:-
Pause: Waits for 500ms to let the page settle
-
Click: Clicks the CTA button after a 1-second delay
delay field adds a pause before the next step, making the recording feel more natural.
Running the Example
videos/hello-world.mp4.
Next Steps
- Form Filling - Learn how to type into form fields
- Keyboard Shortcuts - Use keyboard commands
- Custom Theme - Customize the cursor and HUD appearance