feat: Puppeteer 헤드리스 브라우저 크롤링 지원

- JS 렌더링 대기 (wait ms 설정)
- 로그인 자동화 (아이디/비번 입력 → 버튼 클릭)
- 비주얼 매퍼에 JS렌더링 체크박스 + 로그인 설정 UI
- Dockerfile에 Chromium 설치
- parse_rules.browser=true 시 Puppeteer 사용
This commit is contained in:
chpark
2026-03-31 11:43:27 +09:00
parent da7ebe03c6
commit 6cd3bc218f
5 changed files with 187 additions and 7 deletions
+2 -1
View File
@@ -18,6 +18,7 @@
"dotenv": "^16.4.0",
"https-proxy-agent": "^7.0.0",
"cookie-parser": "^1.4.6",
"iconv-lite": "^0.6.3"
"iconv-lite": "^0.6.3",
"puppeteer-core": "^22.0.0"
}
}