Post title icon Coordinate Acquisition Tool

When a Script Scenario is active, tapping the Coordinate Acquisition Tool icon on the Scenario Controller opens the Coordinate Acquisition Tool, which is useful for script editing.

Image in a image block

The Coordinate Acquisition Tool has three modes:

  1. Point Mode
  2. Gesture Mode
  3. Rectangle Mode

By default, Point Mode is selected. You can switch modes by tapping the “Point” button.

Point Mode

Image in a image block

In Point Mode, touch the screen, then tap the “Get” button to copy the coordinates to the clipboard.
This is intended for use as arguments in the tap function.

Gesture Mode

Image in a image block

In Gesture Mode, perform a swipe, pinch, or other gesture on the screen.
Then, tap the “Get” button to copy the gesture data to the clipboard.
This is intended to be pasted as an argument for the gesture function.

Rectangle Mode

Image in a image block

In Rectangle Mode, drag on the screen to define a rectangular area.
Then, tap the “Get” button to copy the rectangle data to the clipboard.
This is intended to be pasted as a parameter for target_rect parameter in detect_image or detect_text functions.