MCPcopy Create free account
hub / github.com/ChromeDevTools/devtools-frontend / assertScreenshot

Method assertScreenshot

front_end/testing/DOMHelpers.ts:315–315  ·  view source on GitHub ↗
(elementId: string, filename: string)

Source from the content-addressed store, hash-verified

313 interface Window {
314 // Injected from karma
315 assertScreenshot(elementId: string, filename: string): Promise<string|undefined>;
316 }
317}
318

Callers 1

assertScreenshotFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected