Browser Automation Troubleshooting¶ Verify Playwright installation¶ Bash1 2python -c "import playwright; print('ok')" || pip install playwright playwright install chromium Run in headless mode¶ Bash1gitbridge sync --method browser --headless Try a different browser¶ Bash1gitbridge sync --method browser --browser-type firefox