1 repo
Interfaces for programmatically inspecting, debugging, and manipulating browser engine states via remote communication channels.
Distinguishing note: No candidates were provided; this is a specialized protocol for browser-level instrumentation and control.
Explore 1 awesome GitHub repository matching system administration & monitoring · Browser Debugging Protocols. Refine with filters or upvote what's useful.
This project serves as an agentic browser controller, providing a programmatic bridge that enables autonomous software agents to navigate web pages and interact with document elements. It functions as a browser automation protocol, facilitating headless browser operations and automated web interactions to perform repetitive tasks and end-to-end testing without manual human input. The system distinguishes itself by utilizing the Chrome DevTools Protocol to establish a bidirectional communication channel with the browser engine. This allows for protocol-based remote control, where external appl
Communicates with the browser engine through a bidirectional JSON-RPC channel to inspect, debug, and manipulate web page states.