screenshot

[ Function ]

export function screenshot(parameters: ScreenshotParameters): Promise<void>;

Creates a screenshot based on the parameters passed within the TcUiClient.

Parameter

Name

Type

Description

parameters

ScreenshotParameters

The screenshot parameters of the screenshot to be created.

Return value

Type

Description

Promise<void>

Promise that is returned.

screenshot 1:

Available from version 1.14.3.496