mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-07-09 16:09:13 +00:00
427 B
427 B
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
- Capture screenshot.
- Adjust one variable (prompt, wait, selector).
- Rerun and compare screenshot delta.