# Robotmon v2 Beta Testing

#### 測試注意事項

* Raw API腳本為了防止Crash，大幅增加檢查機制，**可能會導致舊腳本無法使用**
* Beta 可能發生不穩定的現象，如果有發生請到粉絲團回報
* 目前支援腳本，TsumTsum、EzRobot、FGO
* ***Android 8.0以上，點擊左下角可啟動 Easy 啟動模式，無需電腦啟動***

#### 新增與改進功能

* 新增Easy啟動模式，Android 8.0以上 ***免電腦*** 即可啟動Service
  * 支援螢幕貼圖，與Gesture手勢控制
  * tapDown/moveTo/tapUp Android 7.0部分支援，Android 8.0以上完全支援
  * 不支援 keycode, typing api。(Only support ‘HOME’ and ‘BACK’)
* 螢幕截圖更新
  * 截圖速度提升超過100%
  * 截圖改採用RGBA8888無壓縮格式，畫質大幅提升，完全等同手機畫面
* 流程控制更新
  * 全新流程管控，避免Race Condition
  * 支援啟動、暫停、停止三個功能 (Beta UI 尚未實作)
  * Service API 區分新增 RunScript 與 RunScriptAsync
* Raw API 更新
  * 向下相容於 Robotmon v1&#x20;
  * 檢查所有API 參數數量與型別
  * 檢查所有API 影像寬高，防止Crash
  * sleep API 新增保護措施，防止睡死
  * 新增更多API：key-value資料庫、圖片直方圖尋找等
  * 支援所有OpenCV 3 functions (尚未測試)
* 新增Service Http2連線控制 (原本gRPC持續支援)
  * Client端可避免編譯gRPC的過程
* 全新 Robotmon腳本開發工具

  * 編輯器採用VSCode延伸架構 (VSCode Extension)
  * 更方便的腳本編輯，啟動/連線/截圖/控制/同步 一次搞定
  * [開發者馬上](https://oc.elggum.com/s/hFH8fL9YiSCsEHJ)
  * 安裝方式：ctrl+shift+p -> 搜尋 vsix -> Install from vsix

### [現在開始測試 Go Go Go](https://play.google.com/apps/testing/com.r2studio.robotmon)


---

# 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://www.robotmon.app/shi-yong/robotmon-v2-beta-testing.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.
