- crud-delete-vendor: :has-text() CSS 제거, Format B 변환, CSS 셀렉터로 교체
- inspection-management: L2 메뉴 '검사관리' -> '제품검사관리', Format B 변환
- customer-inquiry: L2 메뉴 '1:1 문의' -> '문의하기', expectedUrl 수정
- attendance-checkin: Format B 변환, 출근하기 -> click_if_exists로 변경
- attendance-management: Format B 변환, combobox 액션 사용, wait_for_modal 추가
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- step-executor.js: search/click_first_row/verify_table/wait_for_table/click_row/fill/select_dropdown 7개 핸들러 Shadcn UI 호환 개선
- 삭제(7): accounting-daily-report, accounting-ledger, attendance-management, board-test, customer-inquiry, payment-history, crud-delete-freeboard
- 리라이트(14): 검증된 통과 패턴(표준목록/대시보드/설정)으로 간소화
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Geolocation API 모킹을 첫 번째 단계로 이동 (팝업 방지)
- '사이트에 있는 동안 허용' 버튼 클릭 로직 추가
- 좌측 상단 권한 팝업 처리 스크립트 개선
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- 54개 시나리오 파일에 URL 기반 메뉴 탐색을 위한 navigation 속성 추가
- targetUrl: 정확한 페이지 URL 경로
- urlPattern: ko 버전 포함 URL 패턴 (regex)
- menuHints: 메뉴명 힌트 배열 (fallback용)
메뉴 탐색 실패율 41.8% → URL 기반 방식으로 개선 예정
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>