feat: Puppeteer 헤드리스 브라우저 크롤링 지원
- JS 렌더링 대기 (wait ms 설정) - 로그인 자동화 (아이디/비번 입력 → 버튼 클릭) - 비주얼 매퍼에 JS렌더링 체크박스 + 로그인 설정 UI - Dockerfile에 Chromium 설치 - parse_rules.browser=true 시 Puppeteer 사용
This commit is contained in:
+2
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user