4 repositorios
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.
Este proyecto es una librería de Node.js y un framework de automatización de navegadores que proporciona una interfaz de JavaScript para el protocolo Chrome DevTools. Funciona como un controlador de navegador headless, permitiendo la gestión programática de objetivos del navegador, la ejecución de scripts y el monitoreo de la actividad de red a través de conexiones WebSocket. La interfaz incluye una shell interactiva y un REPL para la ejecución de comandos en tiempo real y el enlace de eventos. También proporciona utilidades para recuperar descriptores de protocolo e inspeccionar la documentación incrustada para identificar los comandos disponibles y los tipos de parámetros. La librería cubre una amplia gama de capacidades de automatización, incluyendo la depuración remota de navegadores, pruebas de navegadores headless y monitoreo de aplicaciones web en tiempo real. Gestiona el ciclo de vida completo de la interacción con el navegador, desde el descubrimiento de objetivos basado en HTTP hasta el enrutamiento de notificaciones basado en eventos y el despacho de comandos envueltos en promesas.
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.