Member Junction
    Preparing search index...

    A block of text the human pastes INTO the browser during takeover — the human-input twin of the agent's RemoteBrowserTypeAction. The text is inserted into the remote page's currently-focused element (no key-by-key synthesis), which is how VNC/remote-desktop paste works: the viewer reads the LOCAL clipboard on a paste event and relays the text here, sidestepping the isolated remote clipboard.

    interface RemoteBrowserTextInput {
        Kind: "text";
        Text: string;
    }
    Index

    Properties

    Properties

    Kind: "text"
    Text: string

    The text inserted verbatim into the remote browser's focused element (for human paste).