반응형 소녀의1 소녀의 눈물 - 귀신의 등장과 함께 사라지는 사람들의 비밀스러운 사건 # 로그인 버튼이 여전히 남아있는지 확인 login_button_exists = True try: WebDriverWait(driver, 3).until( EC.presence_of_element_located((By.XPATH, '//*[@id="mainContent"]/div/div/form/div[4]/button[1]')) ) print("⚠️🤖 로그인 버튼이 여전히 남아 있습니다. 수동 로그인 필요!") except TimeoutException: login_button_exists = False print("✅ 로그인 성공, 다음 단계로 진행합니다.") # 로그인 버튼이 남아있다면 수동 로그인 대기 if login_button_exists: input("✅ 수동 로그인 완료 후 'Enter'.. 2025. 3. 9. 이전 1 다음 반응형