캡처 요소의 위치 변경
This commit is contained in:
@ -61,7 +61,7 @@ try:
|
|||||||
|
|
||||||
# 캡처 대상 요소 대기 후 찾기
|
# 캡처 대상 요소 대기 후 찾기
|
||||||
target_element = wait.until(EC.presence_of_element_located(
|
target_element = wait.until(EC.presence_of_element_located(
|
||||||
(By.XPATH, '/html/body/div[2]/section/div/div[2]')
|
(By.XPATH, '/html/body/div[1]/main/div[2]/div[1]')
|
||||||
))
|
))
|
||||||
|
|
||||||
# 저장 경로 설정
|
# 저장 경로 설정
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 128 KiB |
Reference in New Issue
Block a user