fix: device_info -> device_infos

This commit is contained in:
余泓铮
2025-08-11 15:30:18 +08:00
parent 1ff41e3bc8
commit d75744fdb2
3 changed files with 43 additions and 47 deletions

View File

@@ -292,7 +292,7 @@ func TestDriverExt_AIAction(t *testing.T) {
func TestDriverExt_AIAction_CompareWithAIAction(t *testing.T) {
driver := setupDriverExt(t)
prompt := "[目标导向]向上滑动屏幕2次"
prompt := "[目标导向]打开抖音,点击搜索按钮,搜索张杰,进入内容页停止"
// Test both methods with the same prompt
aiResult, aiErr := driver.StartToGoal(context.Background(), prompt)