Skip to content

Browser Automation Troubleshooting

Verify Playwright installation

Bash
python -c "import playwright; print('ok')" || pip install playwright
playwright install chromium

Run in headless mode

Bash
gitbridge sync --method browser --headless

Try a different browser

Bash
gitbridge sync --method browser --browser-type firefox