feat: add PullImages for ADBDriver

This commit is contained in:
lilong.129
2025-03-26 19:06:51 +08:00
parent 7d5fdfe490
commit d2f92923ee
7 changed files with 88 additions and 1 deletions

View File

@@ -452,6 +452,10 @@ func (wd *BrowserDriver) PushImage(localPath string) error {
return errors.New("not support")
}
func (wd *BrowserDriver) PullImages(localDir string) error {
return errors.New("not support")
}
func (wd *BrowserDriver) Orientation() (orientation types.Orientation, err error) {
log.Warn().Msg("Orientation not implemented in ADBDriver")
return