jared 1 년 전
부모
커밋
b1567ef8a2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      deployment/click_twice.py

+ 1 - 0
deployment/click_twice.py

@@ -127,6 +127,7 @@ def click_allowed():
             if url in href:
                 print(href)
                 webdriver.ActionChains(driver).move_to_element(elmt).perform()
+                time.sleep(1)
                 webdriver.ActionChains(driver).move_to_element(elmt).click().perform()
                 time.sleep(5)
                 return