[x] Task 1. 리코딩 시 *_uc_sync.py 파일도 생성하도록 기능 추가. undetected_chromedriver용 샘플임.

완료 내역:
1. UC_SYNC_TEMPLATE 추가 - undetected_chromedriver용 코드 템플릿 작성
2. main 함수에 uc_sync.py 생성 로직 추가
3. regression_tests 업데이트 - 3개 파일에서 4개 파일로 검증 변경

결과:
- 이제 4개의 Python 파일이 생성됨: *_pw_sync.py, *_pw_async.py, *_sel_sync.py, *_uc_sync.py
- *_uc_sync.py는 undetected_chromedriver를 사용하는 샘플 코드
- 모든 regression test (playwright, selenium, uc) 6/6 통과
