print 문구수정
This commit is contained in:
@ -69,7 +69,7 @@ try:
|
|||||||
# 요소 스크린샷 저장
|
# 요소 스크린샷 저장
|
||||||
target_element.screenshot(save_path)
|
target_element.screenshot(save_path)
|
||||||
|
|
||||||
print(f'📸 캡처 완료! 저장 위치: {save_path}')
|
print(f'[캡처 완료] 저장 위치: {save_path}')
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
driver.quit()
|
driver.quit()
|
||||||
|
|||||||
Reference in New Issue
Block a user