Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

cdp

يحتوي cdp على 13 من skills المجمعة من tmc، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
13
Stars
3
محدث
2026-04-24
Forks
1
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

writing-cdp-scripts
مطوّرو البرمجيات

Writes and explains txtar-based cdp automation scripts, including txtar header comments, main.cdp, helper JavaScript files, sourced helper scripts, assertions, and artifact output. Use when the task involves authoring, debugging, or reviewing cdp run scripts.

2026-04-24
capturing-network-traffic
محللو أمن المعلومات

Captures network activity with HAR, HARL, and cdp tagging workflows, including streaming capture, annotations, and WebRTC or gRPC-Web related recorder output. Use when the task involves recording, filtering, or explaining network traffic capture in this repository.

2026-04-24
capturing-page-artifacts
مطوّرو البرمجيات

Captures screenshots, PDFs, and visual artifacts from pages driven by cdp scripts or the interactive CLI. Use when the task involves screenshot workflows, device emulation captures, PDF export, or embedding visual artifacts into recorded sessions.

2026-04-24
operating-cdp-cli
مطوّرو البرمجيات

Operates the cdp CLI for browser navigation, element interaction, JavaScript evaluation, browser attachment, and interactive REPL workflows. Use when the task involves driving Chrome or Chromium with the repo's cdp command, exploring available commands, or choosing between interactive and scripted execution.

2026-04-24
emulating-device
مطوّرو الويب

Applies device and network emulation through the cdp MCP server. Use when the task involves viewport changes, mobile presets, throttling, offline mode, geolocation, or request header overrides.

2026-04-23
handling-dialogs
مطوّرو الويب

Handles JavaScript dialogs through the cdp MCP server. Use when the task involves alert, confirm, prompt, or beforeunload flows that block page automation until the dialog is answered.

2026-04-23
inspecting-dom-changes
محللو ضمان جودة البرمجيات والمختبرون

Captures and compares DOM snapshots through the cdp MCP server. Use when the task involves proving what changed after an interaction, navigation, or script execution.

2026-04-23
intercepting-requests
محللو ضمان جودة البرمجيات والمختبرون

Intercepts requests and responses through the cdp MCP server. Use when the task involves blocking URLs, stubbing responses, modifying headers, or verifying network behavior during an automated browser session.

2026-04-23
managing-storage
مطوّرو البرمجيات

Reads and mutates browser storage through the cdp MCP server. Use when the task involves localStorage, sessionStorage, cookies, or saving and restoring browser state across runs.

2026-04-23
scrolling-pages
مطوّرو البرمجيات

Scrolls pages and elements through the cdp MCP server. Use when the task involves bringing lazy-loaded content into view, centering a target element, or driving directional scroll behavior during exploration.

2026-04-23
uploading-files
مطوّرو الويب

Uploads local files into browser file inputs through the cdp MCP server. Use when the task involves selecting files for forms, drag-less upload widgets, or validating multi-file upload flows.

2026-04-23
working-with-iframes
مطوّرو الويب

Works with frames and iframes through the cdp MCP server. Use when the task involves listing frames, switching execution context, or validating content that lives inside embedded documents.

2026-04-23
debugging-page-javascript
مطوّرو البرمجيات

Executes JavaScript in browser pages, captures console output, and debugs page-side behavior with cdp. Use when the task involves console diagnostics, injected collectors, page evaluation, or browser-side debugging during automation.

2026-04-08