The live execution view lets you watch an assignment work in real time — whether it is navigating a browser or operating a Windows desktop. Use it to catch problems as they happen, audit unusual decisions, guide the assignment through an edge case, or demonstrate work in progress to stakeholders.Documentation Index
Fetch the complete documentation index at: https://docs.duvo.ai/llms.txt
Use this file to discover all available pages before exploring further.
When the live view appears
A live view tile appears in the job panel automatically whenever a running job uses:- Browser automation — any assignment that navigates websites, fills in forms, or reads browser-based systems.
- Computer Use — assignments operating the Duvo-managed Windows sandbox.
- Windows Remote Desktop — assignments working inside your own Windows machines.
Opening and expanding the view
When a job is running, a thumbnail card appears at the bottom of the job panel showing a live preview of the browser or desktop.
- Thumbnail — The default state. A small preview lets you see activity at a glance without leaving your current view. The card label changes to “Browsing” or “Using desktop” while the assignment is actively working.
- Split view — Click the thumbnail or the expand icon to open a larger panel that appears over the job view. Use this when you need to see what the assignment is doing clearly while keeping the session log visible.
- Full screen — Click the maximize icon in the split view header to expand to a full-screen overlay. Use this when demonstrating the assignment to a stakeholder or auditing complex multi-step work.
Taking control
The live view is interactive. You can take control of the browser or desktop at any point during a running job.- Expand the live view to split or full-screen mode.
- Click anywhere inside the browser or desktop to start interacting. The header shows “Click to take over.”
- Type, click, and navigate as you would normally.
- Use the job-time prompt in the session log to tell the Assignment what changed or how to continue.
What you can see
| View type | What is visible |
|---|---|
| Browser | The live browser window, including the active tab and any tabs the assignment has opened |
| Computer Use | The full Windows desktop, including mouse position, open applications, and screen content |
| Windows Remote Desktop | The full remote Windows desktop over a live RDP connection |
Use cases
Catching a problem before it lands — Watch a new assignment run for the first time and intervene if it is about to take a wrong action. Expanding the view lets you see exactly what the assignment sees, so you can step in and correct the situation before it completes a bad step. Auditing an unusual decision — When a completed job shows issues, open the job and step through the screenshot timeline to see exactly what the assignment did and why. Training new builders — Walk a new team member through a running job by sharing your screen in split view mode. They can watch the assignment work in real time while you explain the SOP logic alongside it. Demonstrating to stakeholders — Run an assignment in full-screen mode during a meeting to show stakeholders exactly how the automation works. The live view makes the process concrete and visible, which is more effective than describing it. Guiding an edge case — If the assignment reaches a state it has not encountered before, take control, navigate through the edge case manually, then hand back and let the assignment finish.Screenshot replay (after the job)
Once a job completes, the live tile is replaced by a screenshot replay. This is a step-by-step visual timeline of everything the assignment did — one screenshot per browser action or desktop interaction. Click any screenshot to expand it. Use the timeline to understand what the assignment saw at each step, which is useful for post-job audits and for refining the SOP based on what you observe.Access
Anyone with access to view and run the assignment can open the live view for jobs they can see. Owners and Administrators can also view jobs run by other team members from the Jobs List. See Roles and Permissions for the full breakdown.Related pages
- Browsing Capabilities — How browser automation works
- Computer Use — Browser and Windows desktop automation options
- How to Run Your Assignment — The session log, job-time prompt, and files panel
- Jobs List — Monitoring active and completed jobs across all assignments
- Retries, Failures, and Skipped Steps — What happens when a job fails