refactor: add AIAction

This commit is contained in:
lilong.129
2025-03-22 12:08:42 +08:00
parent f46fcfb456
commit 5ebfca7f62
4 changed files with 28 additions and 36 deletions

View File

@@ -125,7 +125,7 @@ func TestDriverExt_TapByOCR(t *testing.T) {
func TestDriverExt_TapByLLM(t *testing.T) {
driver := setupDriverExt(t)
err := driver.TapByLLM("点击第一个帖子的作者头像")
err := driver.AIAction("点击第一个帖子的作者头像")
assert.Nil(t, err)
}