[eda] 팝업 제거

화이팅·2023년 1월 27일
0

eda

목록 보기
14/29
from selenium.common.exceptions import NoSuchElementException**

try:
    driver.find_element_by_css_selector('.holiday_notice_close a').click()
except NoSuchElementException as e:
    print(e)
profile
하하...하.

0개의 댓글