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: