# Touch Move

Node này dùng để **giả lập thao tác vuốt tay trên màn hình** (tức là **chạm vào 1 điểm → kéo → thả ra ở điểm khác**). Và chỉ áp dụng cho profile Android và IOS.

Ví dụ:

* Vuốt lên / vuốt xuống
* Kéo màn hình sang trái / phải
* Kéo một vật từ chỗ này sang chỗ khác

### Ý nghĩa từng ô trong **Touch Move**

* **Start X**: chỗ **bắt đầu chạm** theo **chiều ngang**
* **Start Y**: chỗ **bắt đầu chạm** theo **chiều dọc**

👉 **Start = điểm đặt tay xuống**

***

* **End X**: chỗ **kéo tới** theo **chiều ngang**
* **End Y**: chỗ **kéo tới** theo **chiều dọc**

👉 **End = điểm thả tay ra**

<figure><img src="/files/1xmcY76wxKOMV61eLiPP" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hidemium.io/automation-user-manual/finger-action/touch-move.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
