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.
This project is a Node.js library and browser automation framework that provides a JavaScript interface for the Chrome DevTools Protocol. It functions as a headless browser controller, enabling the programmatic management of browser targets, the execution of scripts, and the monitoring of network activity via WebSocket connections. The interface includes an interactive shell and REPL for real-time command execution and event binding. It also provides utilities for retrieving protocol descriptors and inspecting embedded documentation to identify available commands and parameter types. The lib
Enables connecting an external Node.js environment to a live browser to inspect state and trigger commands.
यह प्रोजेक्ट DOM एलिमेंट्स, नेटवर्क ट्रैफिक और JavaScript एग्जीक्यूशन को मॉनिटर करने के लिए डिज़ाइन किया गया एक विशेष ब्राउज़र डिबगिंग इंटरफेस है। यह वेब एप्लिकेशन्स को इंस्पेक्ट और डिबग करने के लिए एक क्लाइंट-साइड यूजर इंटरफेस प्रदान करता है, जो CSS स्टाइल्स के रियल-टाइम मॉडिफिकेशन और JavaScript रनटाइम की जांच की अनुमति देता है। इस टूलकिट में WebAssembly के लिए समर्पित एनालिसिस टूल्स शामिल हैं, जिसमें डिसअसेंबली हाइलाइटिंग, स्कोप इंस्पेक्शन और बाइनरी एग्जीक्यूशन प्रोफाइलिंग की सुविधा है। यह HTTP रिक्वेस्ट्स का विश्लेषण करने के लिए एक नेटवर्क ट्रैफिक इंस्पेक्टर और प्रॉपर्टीज व एट-रूल्स (at-rules) का परीक्षण करने के लिए एक CSS स्टाइल एडिटर भी प्रदान करता है। यह सिस्टम DOM ट्री मॉडिफिकेशन, CPU थ्रॉटलिंग के साथ फ्रंटएंड परफॉरमेंस प्रोफाइलिंग और सर्विस वर्कर डिबगिंग सहित कई क्षमताओं को कवर करता है। यह सोर्स रिसोर्स मैनेजमेंट को भी हैंडल करता है, जैसे नेटवर्क एसेट्स को लोकल फाइलों से मैप करना और मिनिफाइड कोड को प्रीटी-प्रिंट करना, साथ ही मल्टी-लैंग्वेज लोकलाइजेशन का समर्थन करना। यह प्रोजेक्ट 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.