Praman — Agent-First SAP UI5 Test Automation Plugin - v1.2.0
    Preparing search index...

    Interface ScreencastFrame

    Raw video frame data passed to onFrame handlers.

    screencast.onFrame(async ({ buffer, timestamp }) => {
    await sendToAIVision(buffer);
    });
    interface ScreencastFrame {
        buffer: Buffer;
        timestamp: number;
    }
    Index

    Properties

    Properties

    buffer: Buffer

    Raw JPEG frame data as returned by page.screencast.start({ onFrame }).

    timestamp: number

    Monotonic timestamp in milliseconds since the fixture was set up.