4 repository-uri
Capabilities for connecting an external developer console to a live browser instance to inspect and troubleshoot web pages.
Distinct from Remote Debugging: Specific to browser engines and web page inspection, whereas remote debugging generally covers JVMs or generic application states.
Explore 4 awesome GitHub repositories matching development tools & productivity · Browser. Refine with filters or upvote what's useful.
Claude Code is a command-line interface and multi-agent orchestration framework designed for autonomous software engineering. It enables AI agents to perform codebase modifications, debugging, and Git workflow management while coordinating multiple specialized agents to decompose and execute complex engineering tasks in parallel. The system distinguishes itself through a high degree of isolation and safety, utilizing Git worktrees to create independent working directories for concurrent agents and implementing a tiered permission system that combines user rules, project policies, and OS-level
Provides capabilities for inspecting console logs and network records to debug web application behavior.
Acest proiect este o bibliotecă Node.js și un framework de automatizare a browserului care oferă o interfață JavaScript pentru Chrome DevTools Protocol. Acesta funcționează ca un controller de browser headless, permițând gestionarea programatică a țintelor de browser, execuția scripturilor și monitorizarea activității de rețea prin conexiuni WebSocket. Interfața include un shell interactiv și un REPL pentru execuția comenzilor în timp real și binding-ul evenimentelor. De asemenea, oferă utilitare pentru recuperarea descriptorilor de protocol și inspectarea documentației încorporate pentru a identifica comenzile disponibile și tipurile de parametri. Biblioteca acoperă o gamă largă de capabilități de automatizare, inclusiv debugging-ul browserului de la distanță, testarea browserului headless și monitorizarea aplicațiilor web în timp real. Gestionează întregul ciclu de viață al interacțiunii cu browserul, de la descoperirea țintelor bazată pe HTTP până la rutarea notificărilor bazată pe evenimente și dispatch-ul comenzilor wrapped în promise-uri.
Enables connecting an external Node.js environment to a live browser to inspect state and trigger commands.
This project is a specialized browser debugging interface designed to monitor DOM elements, network traffic, and JavaScript execution. It provides a client-side user interface for inspecting and debugging web applications, allowing for the real-time modification of CSS styles and the investigation of the JavaScript runtime. The toolkit includes dedicated analysis tools for WebAssembly, featuring disassembly highlighting, scope inspection, and binary execution profiling. It also provides a network traffic inspector for analyzing HTTP requests and a CSS style editor for testing properties and a
Provides a specialized frontend for monitoring DOM elements, network traffic, and JavaScript execution within a browser instance.
This project is a Chromium-based mobile browser and rendering engine designed for mobile platforms. It functions as a web extension host, allowing the execution of browser extensions within a mobile environment to provide custom functionality. The project distinguishes itself through custom user interface modifications, such as the implementation of a specialized night mode and the relocation of the address bar for improved ergonomics. It also includes a remote debugging interface and protocol that allow an external developer console to connect to a live browser instance for inspecting and tr
Connecting an external developer console to a mobile instance to inspect page content and troubleshoot code in real time.