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
+5
View File
@@ -1002,6 +1002,11 @@ func (wd *WDADriver) ClearImages() error {
return err
}
func (wd *WDADriver) PullFiles(localDir string, remoteDirs ...string) error {
log.Warn().Msg("PullFiles not implemented in WDADriver")
return nil
}
func (wd *WDADriver) ClearFiles(paths ...string) error {
log.Warn().Msg("ClearFiles not implemented in WDADriver")
return nil