Skip to content

tapOnPoint

Tool tapOnPoint

Description

Tap or long press on the UI at the provided coordinates.

Command Class

xyz.block.trailblaze.toolcalls.commands.TapOnPointTrailblazeTool

Registered TapOnPointTrailblazeTool in ToolRegistry

Required Parameters

  • x: Integer The center X coordinate for the clickable element
  • y: Integer The center Y coordinate for the clickable element

Optional Parameters

  • longPress: Boolean A standard tap is default, but return ‘true’ to perform a long press instead.

NOTE: THIS IS GENERATED DOCUMENTATION