gbox-sdk
    Preparing search index...

    Interface ActionTouchResponse

    Result of touch action execution with actual parameters used

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

    message: string

    message

    Complete screenshot result with operation trace, before and after images