This commit is contained in:
parent
47a86a9737
commit
ec18684baf
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue