gbox-sdk
    Preparing search index...

    Interface ActionScrollResponse

    Result of scroll action execution with actual parameters used

    interface ActionScrollResponse {
        actionId: string;
        actual: GboxClient.V1.Boxes.ActionScrollResponse.Actual;
        message: string;
        screenshot?: GboxClient.V1.Boxes.ActionScrollResponse.Screenshot;
    }
    Index

    Properties

    actionId: string

    Unique identifier for each action. Use this ID to locate the action and report issues.

    Actual parameters used when executing the scroll action

    message: string

    message

    Complete screenshot result with operation trace, before and after images