refactor: merge ios and android style

This commit is contained in:
debugtalk
2022-10-13 10:53:14 +08:00
committed by xucong.053
parent c59a0c45b9
commit 62bcd6ec0c
+1
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
}