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 وإطار عمل لأتمتة المتصفح يوفر واجهة JavaScript لبروتوكول Chrome DevTools. يعمل كمتحكم في متصفح بدون واجهة رسومية (headless)، مما يتيح الإدارة البرمجية لأهداف المتصفح، وتنفيذ السكربتات، ومراقبة نشاط الشبكة عبر اتصالات WebSocket. تتضمن الواجهة صدفة تفاعلية وREPL لتنفيذ الأوامر في الوقت الفعلي وربط الأحداث. كما توفر أدوات لاسترداد واصفات البروتوكول وفحص التوثيق المضمن لتحديد الأوامر المتاحة وأنواع المعلمات. تغطي المكتبة مجموعة واسعة من إمكانيات الأتمتة، بما في ذلك تصحيح أخطاء المتصفح عن بعد، واختبار المتصفح بدون واجهة رسومية، ومراقبة تطبيقات الويب في الوقت الفعلي. تدير دورة حياة تفاعل المتصفح بالكامل، من اكتشاف الهدف عبر HTTP إلى توجيه الإشعارات القائمة على الأحداث وإرسال الأوامر المغلفة بوعود (promises).
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.