Member Junction
    Preparing search index...

    The shared, CDP-backed live remote-browser session. Constructed by import('./base-cdp-remote-browser-provider').BaseCdpRemoteBrowserProvider.Connect with an already-launched (CDP-attached) PlaywrightBrowserAdapter, the CDP endpoint string, the backend's capability flags, and the driver's ICdpSessionBackend hooks.

    Implements

    Index

    Constructors

    Accessors

    Methods

    • Returns Promise<string>

      reads the live page's current selection via the adapter's GetSelectionText (which runs window.getSelection().toString() in the page). Gated by HumanTakeover like RouteHumanInput — copy-out is part of the human-control path. Best-effort: an adapter read failure is logged and mapped to '' so a best-effort copy never throws past the gate (and a page with nothing selected yields '').