feat: add PullFiles for ADBDriver

This commit is contained in:
lilong.129
2025-03-27 19:48:04 +08:00
parent f73d91da9c
commit 7876b747ba
6 changed files with 65 additions and 1 deletions
+1
View File
@@ -72,6 +72,7 @@ type IDriver interface {
ClearImages() error
// files related
PullFiles(localDir string, remoteDirs ...string) error
ClearFiles(paths ...string) error
// triggers the log capture and returns the log entries