From 62bcd6ec0c5068bcfcf1a03ecb7b51edeb43100d Mon Sep 17 00:00:00 2001 From: debugtalk Date: Wed, 12 Oct 2022 21:07:57 +0800 Subject: [PATCH] refactor: merge ios and android style --- hrp/step_mobile_ui.go | 1 + 1 file changed, 1 insertion(+) diff --git a/hrp/step_mobile_ui.go b/hrp/step_mobile_ui.go index 64e22f65..9a9d8d61 100644 --- a/hrp/step_mobile_ui.go +++ b/hrp/step_mobile_ui.go @@ -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 }