mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 11:40:32 +00:00
docs: Add keywords and descriptions for every page, rewrote llms.txt, added another redirect (#5461)
This commit is contained in:
parent
94470d68a7
commit
022ec7b185
96 changed files with 1273 additions and 0 deletions
|
|
@ -1,7 +1,18 @@
|
|||
---
|
||||
title: Using Artifacts
|
||||
subtitle: Access recordings, screenshots, logs, and network data for every run
|
||||
description: Retrieve and inspect artifacts from Skyvern runs including browser recordings, screenshots, AI reasoning logs, DOM element trees, network HAR files, and Playwright traces to debug failures and unexpected results.
|
||||
slug: debugging/using-artifacts
|
||||
keywords:
|
||||
- artifact
|
||||
- recording
|
||||
- screenshot
|
||||
- HAR file
|
||||
- Playwright trace
|
||||
- DOM tree
|
||||
- AI reasoning log
|
||||
- network data
|
||||
- generated code
|
||||
---
|
||||
|
||||
When a Skyvern run fails or produces unexpected results, artifacts are your debugging toolkit. Every run automatically captures what happened—recordings of the browser session, screenshots at each step, the AI's reasoning, and network traffic.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue