fix: get action log from file

This commit is contained in:
huangbin.beal
2025-08-06 10:46:20 +08:00
parent 11f3330741
commit 256ec4baf3
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ const (
CaseFileName = "case.json" // $PWD/results/20060102150405/case.json
// mobile device path
DeviceActionLogFilePath = "/sdcard/Android/data/io.appium.uiautomator2.server/files/hodor"
DeviceActionLogFilePath = "/storage/emulated/0/Download/"
)
type Config struct {
+1 -1
View File
@@ -1 +1 @@
v5.0.0-250728
v5.0.0-250806