change: update logs for popup handler

This commit is contained in:
lilong.129
2023-09-21 16:52:08 +08:00
parent e83f7def56
commit f477d8ae9b
4 changed files with 11 additions and 14 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ func (dExt *DriverExt) swipeToTapTexts(texts []string, options ...ActionOption)
log.Error().Err(err).Strs("texts", texts).Msg("find texts failed")
// target texts not found, try to auto handle popup
if e := dExt.tapPopupHandler(screenResult.Popup); e != nil {
log.Error().Err(e).Msg("auto handle popup failed")
log.Error().Err(e).Msg("tap popup handler failed")
}
return err
}