Record & Replay¶
wavexis can record a browser session (clicks, navigation, input) and replay it later.
Record a session¶
This launches a browser, navigates to the URL, and records all interactions until you close the browser or press Ctrl+C. The session is saved as JSON.
Replay a session¶
This replays all recorded interactions in sequence. Useful for regression testing or repeating complex workflows.
List recorded sessions¶
Record with multi-action¶
actions:
- record:
url: https://example.com
output: checkout-flow.json
- screenshot:
url: https://example.com/checkout
full_page: true