Watching Live Sessions
Stream the agent's browser in real time to understand what happened and why.
Live sessions let you observe the exact browser the agent is controlling during a run. This is the fastest way to debug failures, reduce ambiguity in tests, and build confidence in what Certyn is doing.
Where to find live view
Common entry points:
- A process page: Watch Live while a run is active.
- An issue/run detail page: open the live route for the relevant issue.
What live view is (and is not)
- It shows the real session browser, not a replay.
- It is intended for observation and debugging.
- Use artifacts (screenshots/logs/trace) as the durable evidence after the session completes.
Use live view to improve tests
If the agent "did something reasonable but not what you meant", clarify expected outcomes and constraints in the test text or in the Wiki rules.
