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
+4
View File
@@ -448,6 +448,10 @@ func (wd *BrowserDriver) ClearImages() error {
return errors.New("not support")
}
func (wd *BrowserDriver) PullFiles(localDir string, remoteDirs ...string) error {
return errors.New("not support")
}
func (wd *BrowserDriver) ClearFiles(paths ...string) error {
return errors.New("not support")
}