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.
What Browsing Is
Browsing allows a DUVO assignment to work inside any browser-based system. The assignment can navigate pages, click buttons, type text, read values, evaluate page state, and capture evidence. It behaves like a teammate executing UI steps, but it does so with DUVO’s guardrails, approvals, and audit trails. Browsing is essential for systems without APIs or for workflows that span several applications. It is a governed, safe way to automate the operational work that usually relies on humans. Browsing is an essential tool of the assignment, automatically used when the assignment runs.What browsing tool can do
- Log in using stored logins and perform actions on the website
- Capture screenshots and send them as evidence
- Open and manage new tabs
- Download and upload files
- Show a screenshot replay in the job view — after the job, you can review each browser step as a visual timeline of screenshots, making it easy to see exactly what the assignment did on screen
When to Use Browsing
Browsing is the right choice when:- A system has no reliable API
- Evidence is required for audit or human review
- The workflow crosses multiple systems
- You want fast time-to-value with the option to add deeper connections later
How to Build Browsing Steps
Step 1. Prepare Access
Add the relevant login to My Logins How to give assignments logins to log in on your behalfStep 2. Describe the Workflow
Write the task in plain language. Mention approval rules and when screenshots should be taken. Examples- Navigate to a page
- Enter data in a form
- Click a button
- Capture a screenshot for evidence
- Move through multi-step flows with new tabs