mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
refactor: FindText(s) returns OCRText(s)
This commit is contained in:
@@ -47,7 +47,8 @@ func TestIOSDemo(t *testing.T) {
|
||||
continue
|
||||
}
|
||||
|
||||
err = driverExt.TapAbsXY(points[1].X, points[1].Y)
|
||||
point := points[1].Center()
|
||||
err = driverExt.TapAbsXY(point.X, point.Y)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user