MCPcopy
hub / github.com/ChromeDevTools/chrome-devtools-mcp / ScreenshotData

Interface ScreenshotData

tests/snapshot.ts:7–9  ·  view source on GitHub ↗

* @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0

Source from the content-addressed store, hash-verified

5 */
6
7interface ScreenshotData {
8 html: string;
9}
10
11export const screenshots: Record<string, ScreenshotData> = {
12 basic: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…