Merge 'feat-ai' into 'master'

fix: syntax error

See merge request: !84
This commit is contained in:
李隆
2025-05-09 03:59:20 +00:00
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()