simgadget
    Preparing search index...

    Interface ScreenRead

    interface ScreenRead {
        elements: AXElement[];
        screen: { width: number; height: number };
    }
    Index
    elements: AXElement[]

    Pruned tree; elements[0] is the screen root carrying the full frame.

    screen: { width: number; height: number }

    Logical dimensions from that root frame — the space every coordinate in elements, and every coordinate handed back in, lives in.