MCPcopy Create free account
hub / github.com/WebMCP-org/chrome-devtools-quickstart / ScreenshotAnalysisOptions

Interface ScreenshotAnalysisOptions

benchmark/helpers.ts:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88export interface ScreenshotAnalysisOptions {
89 prompt: string;
90}
91
92export const DEFAULT_MODEL = "claude-sonnet-4-20250514";
93export const DEFAULT_DEV_SERVER_URL = "http://localhost:5173";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected