Jared 3 年之前
父节点
当前提交
769e3142b3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      hhh/SEO/fast_1999.py

+ 1 - 0
hhh/SEO/fast_1999.py

@@ -113,6 +113,7 @@ def re_get_webdriver():
             options=options
 #                        desired_capabilities=options.to_capabilities(),
             )
+        driver.delete_all_cookies()
         driver.set_window_size(1400,1000)
         return
     except: