fix: add ocr auth

This commit is contained in:
xucong.053
2022-10-13 11:03:24 +08:00
parent 245d3884d8
commit 1392fe293f
4 changed files with 24 additions and 1 deletions
-1
View File
@@ -575,7 +575,6 @@ 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
}