mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 23:51:25 +08:00
refactor: restructure
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user