Feature Request
Integrate snapgrab to capture screenshots during browse sessions for debugging and visual logging.
async with BrowseSession(capture_screenshots=True) as session:
await session.navigate("https://example.com")
# auto-captures screenshot on each navigation
session.screenshots # list of paths
Motivation
Visual debugging of what the agent sees vs the accessibility tree.
Feature Request
Integrate snapgrab to capture screenshots during browse sessions for debugging and visual logging.
Motivation
Visual debugging of what the agent sees vs the accessibility tree.