refactor: merge ios and android style

This commit is contained in:
debugtalk
2022-10-12 21:07:57 +08:00
committed by xucong.053
parent c59a0c45b9
commit 62bcd6ec0c

View File

@@ -575,6 +575,7 @@ func runStepMobileUI(s *SessionRunner, step *TStep) (stepResult *StepResult, err
// init wda/uia driver
uiDriver, err := s.hrpRunner.initUIClient(mobileStep.Serial, osType)
if err != nil {
return
}