파이썬 시청 끝. 종료 감지....

파이썬 시청 끝. 종료 감지....

더시민 0 466 2022.07.10 10:58

Code:

while True:
    try:
        element = WebDriverWait(driver, 6).until(
        EC.presence_of_element_located((By.XPATH, "//*[contains(text(),'My Video title')]")) 
        )

    except:
        break
driver.close()
driver.quit()

Comments

Category
Facebook Twitter GooglePlus KakaoStory KakaoTalk NaverBand