# Inspector & artifacts

> For the complete documentation index, see [llms.txt](/llms.txt)

When a run fails, the inspector shows the [failure bundle](/concepts/failure-bundles/)
for that run.

| Tab | Contents |
| --- | --- |
| **Screenshot** | the page at the moment of failure (PNG) |
| **Semantic DOM** | a readable outline of the page structure at failure |
| **Console** | browser console output, with level (log / warn / error) |
| **Trace** | the full DSL execution trace |
| **Network** | placeholder — HAR capture isn't wired yet |

Artifacts are served from the run directory under `unotest/.runs/` /
`.unotest/failures/`. Past runs keep their bundles (subject to retention), so you
can reopen any historical failure from the **Runs** tab.

:::note
Network HAR and video aren't captured yet. Use the screenshot + console +
semantic DOM + trace.
:::
