fix: syntax error

This commit is contained in:
lilong.129
2025-05-09 11:22:10 +08:00
parent dd1b0c2b7b
commit 7bad75f92d
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
v5.0.0-beta-2505072245
v5.0.0-beta-2505091122

View File

@@ -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()