This commit is contained in:
lilong.129
2025-03-25 14:25:37 +08:00
3 changed files with 21 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ func TestDriverExt_Seek(t *testing.T) {
func TestDriverExt_TapByOCR(t *testing.T) {
driver := setupDriverExt(t)
err := driver.TapByOCR("天气")
err := driver.TapByOCR("天气", option.WithScope(0, 0.7, 0.3, 1))
assert.Nil(t, err)
}