feat: TapByCV WithTapRandomRect

This commit is contained in:
lilong.129
2025-03-17 18:06:32 +08:00
parent 182de16751
commit 5e2f33b362
5 changed files with 29 additions and 8 deletions
+6
View File
@@ -193,4 +193,10 @@ func TestDriverExt_Action_Risk(t *testing.T) {
// tap random point in ocr text rect
err = driver.TapByOCR("首页", option.WithTapRandomRect(true))
assert.Nil(t, err)
err = driver.TapByCV(
option.WithScreenShotUITypes("deepseek_send"),
option.WithTapRandomRect(true))
assert.Nil(t, err)
}