gbox-sdk
    Preparing search index...

    Interface ActionClickResponse

    Result of click action execution with actual parameters used. The actual field shows the exact parameters used when performing the click, which is especially useful when using natural language or element-based targeting to understand exactly what action was performed.

    interface ActionClickResponse {
        actionId: string;
        actual: GboxClient.V1.Boxes.ActionClickResponse.Actual;
        message: string;
        screenshot?: GboxClient.V1.Boxes.ActionClickResponse.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 click action, with the same field names as input parameters

    message: string

    message

    Complete screenshot result with operation trace, before and after images