mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-07-09 16:09:13 +00:00
20 lines
427 B
Markdown
20 lines
427 B
Markdown
# Screenshot-led Debugging
|
|
|
|
## Capture points
|
|
|
|
- before the failing action
|
|
- immediately after the failing action
|
|
- after wait/validation conditions
|
|
|
|
## What to inspect
|
|
|
|
- visibility of target controls
|
|
- modal overlays blocking interaction
|
|
- error banners or toast messages
|
|
- unexpected route changes
|
|
|
|
## Fast loop
|
|
|
|
1. Capture screenshot.
|
|
2. Adjust one variable (prompt, wait, selector).
|
|
3. Rerun and compare screenshot delta.
|