refactor: restructure

This commit is contained in:
debugtalk
2022-09-23 21:19:12 +08:00
parent 35225d97ff
commit e3d0eccde5
18 changed files with 624 additions and 511 deletions
+1 -1
View File
@@ -14,5 +14,5 @@ func TestDriverExtOCR(t *testing.T) {
checkErr(t, err)
t.Logf("x: %v, y: %v, width: %v, height: %v", x, y, width, height)
driverExt.WebDriver.TapFloat(x+width*0.5, y+height*0.5-20)
driverExt.Driver.TapFloat(x+width*0.5, y+height*0.5-20)
}