tapOnElementByNodeId
Tool tapOnElementByNodeId¶
Description¶
Tap/click on a specific view target by it’s nodeId.
Command Class¶
xyz.block.trailblaze.toolcalls.commands.TapOnElementByNodeIdTrailblazeTool
Registered TapOnElementByNodeIdTrailblazeTool in ToolRegistry¶
Required Parameters¶
reason:StringReasoning on why this view was chosen. Do NOT restate the nodeId.nodeId:IntegerThenodeIdof the tap target in the view hierarchy.
Optional Parameters¶
relativelyPositionedViews:{ "itemsType": { "properties": [ { "name": "otherNodeId", "description": "otherNodeId", "type": { "name": "INT" } }, { "name": "position", "description": "position", "type": { "entries": [ "LEFT_OF", "RIGHT_OF", "ABOVE", "BELOW" ], "name": "ENUM" } } ], "requiredProperties": [], "name": "OBJECT" }, "name": "ARRAY" }longPress:BooleanA standard tap is default, but return ‘true’ to perform a long press instead.
NOTE: THIS IS GENERATED DOCUMENTATION