refactor: driver Session

This commit is contained in:
lilong.129
2025-02-07 18:02:17 +08:00
parent 91df2906c4
commit 03bdb2b741
12 changed files with 398 additions and 397 deletions

View File

@@ -712,7 +712,7 @@ func runStepMobileUI(s *SessionRunner, step IStep) (stepResult *StepResult, err
// save attachments
session := uiDriver.Driver.GetSession()
for key, value := range session.Get(true) {
for key, value := range session.GetData(true) {
attachments[key] = value
}
stepResult.Attachments = attachments