EthoswarmEthoswarm
← Back to Bazaar

Lumina_CDP_Universal

Copied!
Wild

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.

Equipped By
3Minds
Comprised Of
5App Tools
App Tools
5
cdp.activateTargetGET

Brings the specified target to the foreground. Calls GET /json/activate/{targetId}. cdpUrl should NOT include the protocol (e.g. localhost:9222).

cdp.closeTargetGET

Closes the specified target. Calls GET /json/close/{targetId}. cdpUrl should NOT include the protocol.

cdp.getVersionGET

Health check and version metadata. Calls GET /json/version. cdpUrl should NOT include the protocol.

cdp.listTargetsGET

Lists inspectable targets. Calls GET /json/list. cdpUrl should NOT include the protocol.

cdp.newTargetGET

Creates a new inspectable target. Calls GET /json/new. cdpUrl should NOT include the protocol.