웹 크롤링, 스크래핑
파이썬, 셀레니움 페이지 또는 특정 조건까지 기다리기
수알치
2022. 7. 14. 11:40
파이썬, 셀레니움 페이지 또는 특정 조건까지 기다리기
Selenium - 페이지 로딩이 완료될 때까지 기다리기 (python) (codechacha.com)
Selenium - 페이지 로딩이 완료될 때까지 기다리기 (python)
selenium에서 find_element_by_id 등으로 element를 찾을 때 페이지가 로딩되지 않으면 ElementNotVisibleException 에러가 발생할 수 있습니다. selenium은 implicitly wait과 explicitly wait을 제공하여 로딩이 완료되고 ele
codechacha.com
반응형