gbox-sdk
    Preparing search index...

    Interface ActionTapResponse

    Result of tap action execution with actual parameters used

    interface ActionTapResponse {
        actionId: string;
        actual: GboxClient.V1.Boxes.ActionTapResponse.Actual;
        message: string;
        screenshot?: GboxClient.V1.Boxes.ActionTapResponse.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 tap action

    message: string

    message

    Complete screenshot result with operation trace, before and after images