refactor: Round 5.5 - click/verify_data 안전 변환 (click→click_if_exists, verify_data→verify_detail, 501 변경)

This commit is contained in:
김보곤
2026-02-06 00:46:05 +09:00
parent 701e05ab59
commit d90f00fde9
82 changed files with 505 additions and 503 deletions

View File

@@ -102,7 +102,7 @@
"maxAttempts": 10,
"description": "스크롤하며 회계관리 메뉴 찾기"
},
{ "type": "click", "target": "회계관리", "description": "회계관리 메뉴 클릭" },
{ "type": "click_if_exists", "target": "회계관리", "description": "회계관리 메뉴 클릭" },
{ "type": "wait", "duration": 500, "description": "서브메뉴 펼쳐지기 대기" }
],
"verification": [
@@ -123,7 +123,7 @@
"maxAttempts": 5,
"description": "서브메뉴에서 결제내역 찾기"
},
{ "type": "click", "target": "결제내역", "description": "결제내역 메뉴 클릭" },
{ "type": "click_if_exists", "target": "결제내역", "description": "결제내역 메뉴 클릭" },
{ "type": "wait", "target": "페이지 로드 완료", "timeout": 10000 }
],
"verification": [