This commit is contained in:
Envy_PC 2024-04-16 10:14:32 +09:00
parent 47a86a9737
commit ec18684baf
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ def slide_capcha(driver):
EC.presence_of_element_located((By.ID, 'nc_1_n1z')) # 슬라이더의 ID를 정확히 알아야 함
)
print("슬라이더 로드")
# 슬라이더를 클릭하여 활성화
ActionChains(driver).click_and_hold(slider).perform()