AgentOS Extensions API - v1.0.3
    Preparing search index...

    Page snapshot for accessibility tree

    interface PageSnapshot {
        elements: SnapshotElement[];
        forms: { action?: string; fields: string[]; id?: string }[];
        interactable: { label: string; ref: string; type: string }[];
        links: { href: string; ref: string; text: string }[];
        title: string;
        url: string;
    }
    Index

    Properties

    elements: SnapshotElement[]

    Simplified DOM structure

    forms: { action?: string; fields: string[]; id?: string }[]

    Forms on the page

    interactable: { label: string; ref: string; type: string }[]

    Interactive elements

    links: { href: string; ref: string; text: string }[]

    Links on the page

    title: string

    Page title

    url: string

    Current URL