print 문구수정

This commit is contained in:
2025-06-27 13:12:56 +09:00
parent b820b97103
commit 9b61cc26be

View File

@ -69,7 +69,7 @@ try:
# 요소 스크린샷 저장
target_element.screenshot(save_path)
print(f'📸 캡처 완료! 저장 위치: {save_path}')
print(f'[캡처 완료] 저장 위치: {save_path}')
finally:
driver.quit()