4 个仓库
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.
这是一个 Node.js 库和浏览器自动化框架,为 Chrome DevTools Protocol 提供了 JavaScript 接口。它作为一个无头浏览器控制器,能够通过 WebSocket 连接以编程方式管理浏览器目标、执行脚本并监控网络活动。 该接口包括一个用于实时命令执行和事件绑定的交互式 Shell 和 REPL。它还提供了用于检索协议描述符和检查嵌入式文档以识别可用命令和参数类型的实用程序。 该库涵盖了广泛的自动化功能,包括远程浏览器调试、无头浏览器测试和实时 Web 应用监控。它管理浏览器交互的完整生命周期,从基于 HTTP 的目标发现到事件驱动的通知路由和 Promise 包装的命令分发。
Enables connecting an external Node.js environment to a live browser to inspect state and trigger commands.
该项目是一个专门的浏览器调试界面,旨在监控 DOM 元素、网络流量和 JavaScript 执行。它提供了一个用于检查和调试 Web 应用程序的客户端用户界面,允许实时修改 CSS 样式并调查 JavaScript 运行时。 该工具包包括用于 WebAssembly 的专用分析工具,具有反汇编高亮、作用域检查和二进制执行分析功能。它还提供了一个用于分析 HTTP 请求的网络流量检查器,以及一个用于测试属性和 at-rules 的 CSS 样式编辑器。 该系统涵盖了广泛的功能,包括 DOM 树修改、具有 CPU 节流的前端性能分析以及 Service Worker 调试。它还处理源资源管理,例如将网络资产映射到本地文件并美化压缩代码,同时支持多语言本地化。 该项目使用 TypeScript 开发,并采用具有按需模块加载功能的组件化架构。
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.