Lumina_CDP_Universal
Universal Chrome DevTools Protocol (CDP) JSON HTTP API connector for target discovery and lifecycle management. Features 100% coverage of discovery endpoints (/json/version, /json/list, /json/new, etc.) with agent-configurable cdpUrl input.
Brings the specified target to the foreground. Calls GET /json/activate/{targetId}. cdpUrl should NOT include the protocol (e.g. localhost:9222).
Closes the specified target. Calls GET /json/close/{targetId}. cdpUrl should NOT include the protocol.
Health check and version metadata. Calls GET /json/version. cdpUrl should NOT include the protocol.
Lists inspectable targets. Calls GET /json/list. cdpUrl should NOT include the protocol.
Creates a new inspectable target. Calls GET /json/new. cdpUrl should NOT include the protocol.