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 | The screenshot parameters of the screenshot to be created. |
Return value
Type | Description |
|---|---|
Promise<void> | Promise that is returned. |
![]() | Available from version 1.14.3.496 |
