Skip to content

API Reference / @gtkx/testing / logScreenshotPath

Variable: logScreenshotPath

const logScreenshotPath: (filepath) => void

Defined in: screenshot.d.ts:16

Prints a clickable file URL for a saved screenshot to the console.

Parameters

filepath

string

Absolute path of the saved screenshot file.

Returns

void

Released under the MPL-2.0 License.