Skip to content

Add screenshot capture to browse sessions #1

Description

@ArkNill

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions