From 7bad75f92d1281377d81b6d4d22304b3c5f057bd Mon Sep 17 00:00:00 2001 From: "lilong.129" Date: Fri, 9 May 2025 11:22:10 +0800 Subject: [PATCH] fix: syntax error --- internal/version/VERSION | 2 +- uixt/driver_ext_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/version/VERSION b/internal/version/VERSION index 92122f21..3c87b0d6 100644 --- a/internal/version/VERSION +++ b/internal/version/VERSION @@ -1 +1 @@ -v5.0.0-beta-2505072245 +v5.0.0-beta-2505091122 diff --git a/uixt/driver_ext_test.go b/uixt/driver_ext_test.go index 4cb1e692..873cf52e 100644 --- a/uixt/driver_ext_test.go +++ b/uixt/driver_ext_test.go @@ -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()