대기시간 복구
This commit is contained in:
@ -30,7 +30,7 @@ try:
|
|||||||
|
|
||||||
driver.get('https://www.weather.go.kr/w/weather/forecast/short-term.do#dong/4148026200/37.73208578534846/126.79463099866948')
|
driver.get('https://www.weather.go.kr/w/weather/forecast/short-term.do#dong/4148026200/37.73208578534846/126.79463099866948')
|
||||||
|
|
||||||
wait = WebDriverWait(driver, 25)
|
wait = WebDriverWait(driver, 10)
|
||||||
|
|
||||||
# 첫 번째 탭 클릭 (안전하게 클릭 대기)
|
# 첫 번째 탭 클릭 (안전하게 클릭 대기)
|
||||||
tab_button = wait.until(EC.element_to_be_clickable(
|
tab_button = wait.until(EC.element_to_be_clickable(
|
||||||
|
|||||||
Reference in New Issue
Block a user