|
@@ -212,10 +212,10 @@ class JixiangxingfuRecommend:
|
|
|
|
|
|
@classmethod
|
|
|
def get_videoList(cls, log_type, crawler, driver, env):
|
|
|
- # 鼠标左键点击, 1为x坐标, 2为y坐标
|
|
|
- Common.logger(log_type, crawler).info('关闭广告')
|
|
|
- size = driver.get_window_size()
|
|
|
- TouchAction(driver).tap(x=int(size['width'] * 0.5), y=int(size['height'] * 0.1)).perform()
|
|
|
+ # # 鼠标左键点击, 1为x坐标, 2为y坐标
|
|
|
+ # Common.logger(log_type, crawler).info('关闭广告')
|
|
|
+ # size = driver.get_window_size()
|
|
|
+ # TouchAction(driver).tap(x=int(size['width'] * 0.5), y=int(size['height'] * 0.1)).perform()
|
|
|
# 切换到小程序
|
|
|
cls.check_to_applet(log_type, crawler, driver)
|
|
|
|