|
MaaFramework
A automation black-box testing framework based on image recognition.
|
| #define | MaaMsg_Resource_Loading_Starting ("Resource.Loading.Starting") |
| The message for the resource loading. | |
| #define | MaaMsg_Resource_Loading_Succeeded ("Resource.Loading.Succeeded") |
| The message for the resource loading. | |
| #define | MaaMsg_Resource_Loading_Failed ("Resource.Loading.Failed") |
| The message for the resource loading. | |
| #define | MaaMsg_Controller_Action_Starting ("Controller.Action.Starting") |
| Message for the controller actions. | |
| #define | MaaMsg_Controller_Action_Succeeded ("Controller.Action.Succeeded") |
| Message for the controller actions. | |
| #define | MaaMsg_Controller_Action_Failed ("Controller.Action.Failed") |
| Message for the controller actions. | |
| #define | MaaMsg_Tasker_Task_Starting ("Tasker.Task.Starting") |
| Message for the task. | |
| #define | MaaMsg_Tasker_Task_Succeeded ("Tasker.Task.Succeeded") |
| Message for the task. | |
| #define | MaaMsg_Tasker_Task_Failed ("Tasker.Task.Failed") |
| Message for the task. | |
| #define | MaaMsg_Node_PipelineNode_Starting ("Node.PipelineNode.Starting") |
| Message for the node. | |
| #define | MaaMsg_Node_PipelineNode_Succeeded ("Node.PipelineNode.Succeeded") |
| Message for the node. | |
| #define | MaaMsg_Node_PipelineNode_Failed ("Node.PipelineNode.Failed") |
| Message for the node. | |
| #define | MaaMsg_Node_RecognitionNode_Starting ("Node.RecognitionNode.Starting") |
| Message for the node. | |
| #define | MaaMsg_Node_RecognitionNode_Succeeded ("Node.RecognitionNode.Succeeded") |
| Message for the node. | |
| #define | MaaMsg_Node_RecognitionNode_Failed ("Node.RecognitionNode.Failed") |
| Message for the node. | |
| #define | MaaMsg_Node_ActionNode_Starting ("Node.ActionNode.Starting") |
| Message for the node. | |
| #define | MaaMsg_Node_ActionNode_Succeeded ("Node.ActionNode.Succeeded") |
| Message for the node. | |
| #define | MaaMsg_Node_ActionNode_Failed ("Node.ActionNode.Failed") |
| Message for the node. | |
| #define | MaaMsg_Node_NextList_Starting ("Node.NextList.Starting") |
| Message for the next list of node. | |
| #define | MaaMsg_Node_NextList_Succeeded ("Node.NextList.Succeeded") |
| Message for the next list of node. | |
| #define | MaaMsg_Node_NextList_Failed ("Node.NextList.Failed") |
| Message for the next list of node. | |
| #define | MaaMsg_Node_Recognition_Starting ("Node.Recognition.Starting") |
| Message for the recognition list of node. | |
| #define | MaaMsg_Node_Recognition_Succeeded ("Node.Recognition.Succeeded") |
| Message for the recognition list of node. | |
| #define | MaaMsg_Node_Recognition_Failed ("Node.Recognition.Failed") |
| Message for the recognition list of node. | |
| #define | MaaMsg_Node_Action_Starting ("Node.Action.Starting") |
| Message for the action of node. | |
| #define | MaaMsg_Node_Action_Succeeded ("Node.Action.Succeeded") |
| Message for the action of node. | |
| #define | MaaMsg_Node_Action_Failed ("Node.Action.Failed") |
| Message for the action of node. | |
| #define MaaMsg_Resource_Loading_Starting ("Resource.Loading.Starting") |
The message for the resource loading.
details_json: { res_id: number, hash: string, path: string, }
| #define MaaMsg_Resource_Loading_Succeeded ("Resource.Loading.Succeeded") |
The message for the resource loading.
details_json: { res_id: number, hash: string, path: string, }
| #define MaaMsg_Resource_Loading_Failed ("Resource.Loading.Failed") |
The message for the resource loading.
details_json: { res_id: number, hash: string, path: string, }
| #define MaaMsg_Controller_Action_Starting ("Controller.Action.Starting") |
Message for the controller actions.
details_json: { ctrl_id: number, uuid: string, action: string, param: object, }
| #define MaaMsg_Controller_Action_Succeeded ("Controller.Action.Succeeded") |
Message for the controller actions.
details_json: { ctrl_id: number, uuid: string, action: string, param: object, }
| #define MaaMsg_Controller_Action_Failed ("Controller.Action.Failed") |
Message for the controller actions.
details_json: { ctrl_id: number, uuid: string, action: string, param: object, }
| #define MaaMsg_Tasker_Task_Starting ("Tasker.Task.Starting") |
Message for the task.
details_json: { task_id: number, entry: string, uuid: string, hash: string }
| #define MaaMsg_Tasker_Task_Succeeded ("Tasker.Task.Succeeded") |
Message for the task.
details_json: { task_id: number, entry: string, uuid: string, hash: string }
| #define MaaMsg_Tasker_Task_Failed ("Tasker.Task.Failed") |
Message for the task.
details_json: { task_id: number, entry: string, uuid: string, hash: string }
| #define MaaMsg_Node_PipelineNode_Starting ("Node.PipelineNode.Starting") |
Message for the node.
details_json: { task_id: number, node_id: number name: string, focus: any, }
| #define MaaMsg_Node_PipelineNode_Succeeded ("Node.PipelineNode.Succeeded") |
Message for the node.
details_json: { task_id: number, node_id: number name: string, focus: any, }
| #define MaaMsg_Node_PipelineNode_Failed ("Node.PipelineNode.Failed") |
Message for the node.
details_json: { task_id: number, node_id: number name: string, focus: any, }
| #define MaaMsg_Node_RecognitionNode_Starting ("Node.RecognitionNode.Starting") |
Message for the node.
details_json: { task_id: number, node_id: number name: string, focus: any, }
| #define MaaMsg_Node_RecognitionNode_Succeeded ("Node.RecognitionNode.Succeeded") |
Message for the node.
details_json: { task_id: number, node_id: number name: string, focus: any, }
| #define MaaMsg_Node_RecognitionNode_Failed ("Node.RecognitionNode.Failed") |
Message for the node.
details_json: { task_id: number, node_id: number name: string, focus: any, }
| #define MaaMsg_Node_ActionNode_Starting ("Node.ActionNode.Starting") |
Message for the node.
details_json: { task_id: number, node_id: number name: string, focus: any, }
| #define MaaMsg_Node_ActionNode_Succeeded ("Node.ActionNode.Succeeded") |
Message for the node.
details_json: { task_id: number, node_id: number name: string, focus: any, }
| #define MaaMsg_Node_ActionNode_Failed ("Node.ActionNode.Failed") |
Message for the node.
details_json: { task_id: number, node_id: number name: string, focus: any, }
| #define MaaMsg_Node_NextList_Starting ("Node.NextList.Starting") |
Message for the next list of node.
details_json: { task_id: number, name: string, list: [ { "name": string, "jump_back": boolean, "anchor": boolean, }, ... ], focus: any, }
| #define MaaMsg_Node_NextList_Succeeded ("Node.NextList.Succeeded") |
Message for the next list of node.
details_json: { task_id: number, name: string, list: [ { "name": string, "jump_back": boolean, "anchor": boolean, }, ... ], focus: any, }
| #define MaaMsg_Node_NextList_Failed ("Node.NextList.Failed") |
Message for the next list of node.
details_json: { task_id: number, name: string, list: [ { "name": string, "jump_back": boolean, "anchor": boolean, }, ... ], focus: any, }
| #define MaaMsg_Node_Recognition_Starting ("Node.Recognition.Starting") |
Message for the recognition list of node.
details_json: { task_id: number, reco_id: number, name: string, focus: any, }
| #define MaaMsg_Node_Recognition_Succeeded ("Node.Recognition.Succeeded") |
Message for the recognition list of node.
details_json: { task_id: number, reco_id: number, name: string, focus: any, }
| #define MaaMsg_Node_Recognition_Failed ("Node.Recognition.Failed") |
Message for the recognition list of node.
details_json: { task_id: number, reco_id: number, name: string, focus: any, }
| #define MaaMsg_Node_Action_Starting ("Node.Action.Starting") |
Message for the action of node.
details_json: { task_id: number, action_id: number, name: string, focus: any, }
| #define MaaMsg_Node_Action_Succeeded ("Node.Action.Succeeded") |
Message for the action of node.
details_json: { task_id: number, action_id: number, name: string, focus: any, }
| #define MaaMsg_Node_Action_Failed ("Node.Action.Failed") |
Message for the action of node.
details_json: { task_id: number, action_id: number, name: string, focus: any, }