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

    Element in page snapshot

    interface SnapshotElement {
        label: string;
        ref: string;
        role?: string;
        type: string;
        value?: string;
        visible: boolean;
    }
    Index

    Properties

    label: string

    Accessible name/label

    ref: string

    Reference ID for interaction

    role?: string

    Role (button, link, input, etc.)

    type: string

    Element type

    value?: string

    Value for inputs

    visible: boolean

    Whether element is visible