diff --git a/hrp/pkg/uixt/video_crawler.go b/hrp/pkg/uixt/video_crawler.go index 1f6a2905..0c51b8f8 100644 --- a/hrp/pkg/uixt/video_crawler.go +++ b/hrp/pkg/uixt/video_crawler.go @@ -242,17 +242,12 @@ func (dExt *DriverExt) VideoCrawler(configs *VideoCrawlerConfigs) (err error) { WithScreenShotOCR(true), WithScreenShotUpload(true), WithScreenShotLiveType(true), - WithScreenShotClosePopups(true), ) if err != nil { log.Error().Err(err).Msg("get screen result failed") time.Sleep(3 * time.Second) continue } - if e := crawler.driverExt.tapPopupHandler(screenResult.Popup); e != nil { - log.Error().Err(e).Msg("close live popup failed") - continue - } // add live type if screenResult.imageResult != nil &&