Skip to content

Tego Bot API Documentation v0.2.0


Tego Bot API Documentation / startInteractiveCapture

Function: startInteractiveCapture()

startInteractiveCapture(_options?): Promise<ScreenshotResult>

Defined in: botjs/src/screenshot.ts:411

Start interactive screenshot capture

Note: Interactive mode is not yet fully implemented. Use quickScreenshot() or quickScreenshotRegion() instead.

Parameters

_options?

InteractiveCaptureOptions

Returns

Promise<ScreenshotResult>

Screenshot result

Released under the MIT License.