mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 23:51:25 +08:00
fix: syntax error
This commit is contained in:
@@ -66,7 +66,7 @@ func TestDriverExt(t *testing.T) {
|
||||
|
||||
// get original driver and call its methods
|
||||
adbDriver := driverExt.IDriver.(*ADBDriver)
|
||||
adbDriver.TapByHierarchy("hello")
|
||||
adbDriver.TapBySelector("hello")
|
||||
wdaDriver := driverExt.IDriver.(*WDADriver)
|
||||
wdaDriver.GetMjpegClient()
|
||||
wdaDriver.Scale()
|
||||
|
||||
Reference in New Issue
Block a user