snu-browser-debug

Capture network traffic, console logs, and native dialogs via Chrome DevTools Protocol.

Updated Jul 20, 2026
One-click install
npx skills add https://github.com/A865732/PDI-SNSyncScript --skill snu-browser-debug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: snu-browser-debug
Source: https://github.com/A865732/PDI-SNSyncScript/tree/main/agentrules/skills/snu-browser-debug
Command: npx skills add https://github.com/A865732/PDI-SNSyncScript --skill snu-browser-debug

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill overcomes the limitations of standard content-script bridges by providing deep access to the browser's internal state, enabling the capture of network traffic, console logs, and native dialogs that are otherwise invisible to automated agents.

Core Features & Use Cases

  • Network & Console Capture: Intercept and log API requests, response bodies, and client-side JavaScript exceptions in real-time.
  • Full-Page Screenshots: Capture entire scrollable pages or specific DOM elements beyond the current viewport.
  • Native Dialog Handling: Automatically intercept and record browser-native alerts, confirms, and prompts during automated workflows.

Quick Start

Start a network capture for the current ServiceNow tab to monitor all outgoing API requests and their response bodies.

Frequently Asked Questions about snu-browser-debug

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I capture network traffic and console logs for a ServiceNow web application?

To capture network traffic and console logs for a ServiceNow web application, you can use this Skill to interface directly with the Chrome DevTools Protocol. It intercepts API requests, response bodies, and client-side JavaScript exceptions in real-time.

Can I automate the handling of native browser dialogs during ServiceNow debugging?

Yes, you can automate the handling of native browser dialogs during ServiceNow debugging. The Skill automatically intercepts, records, and manages browser-native alerts, confirms, and prompts during your automated workflows.

Do I need SN Utils Pro to use Chrome DevTools Protocol for ServiceNow debugging?

Yes, you need an active SN Utils Pro subscription and the Debug edition browser build to use this Chrome DevTools Protocol Skill. These prerequisites are required to successfully interface with the Chrome debugger.

Why use Chrome DevTools Protocol instead of standard content scripts for ServiceNow monitoring?

You should use the Chrome DevTools Protocol instead of standard content scripts to overcome limitations where automated agents cannot see internal browser state. It provides deep access to capture network traffic, console logs, and native dialogs that content scripts miss.

How do I take full-page screenshots beyond the current viewport in ServiceNow?

To take full-page screenshots beyond the current viewport in ServiceNow, this Skill utilizes low-level browser control via CDP. It captures entire scrollable pages or specific DOM elements that extend outside the visible screen area.