d2ee1074fc
- Configure chromedp with headless mode and CI-friendly flags - Add --no-sandbox flag (required for Docker/CI environments) - Add --disable-gpu and --disable-dev-shm-usage for stability - Use NewExecAllocator with DefaultExecAllocatorOptions This fixes 'chrome failed to start' errors in GitHub Actions CI where Chrome needs to run without a display and with relaxed sandbox restrictions.