opencode-cursor-agent/internal/providers/geminiweb
王性驊 bef521504e feat: Add debug mode with screenshot and page analysis
Features:
- Wait for user ENTER in visible mode (GEMINI_BROWSER_VISIBLE=true)
- Save screenshot to /tmp/gemini-debug.png
- Save HTML to /tmp/gemini-debug.html
- JavaScript-based element detection
- Multi-strategy wait (A: selectors, B: time, C: JS, D: debug)
- Detailed logging of each strategy attempt
- Page structure dump in debug mode

This helps identify why input field is not found
2026-04-03 01:31:37 +08:00
..
browser.go feat: Add GeminiWeb provider foundation 2026-04-02 22:45:41 +08:00
browser_manager.go refactor: Complete rewrite of GeminiWeb provider 2026-04-03 01:05:54 +08:00
page.go fix: Add debug output and fallback selectors for input field detection 2026-04-03 01:11:02 +08:00
playwright_provider.go feat: Add debug mode with screenshot and page analysis 2026-04-03 01:31:37 +08:00
pool.go feat: Add GeminiWeb provider foundation 2026-04-02 22:45:41 +08:00
provider.go refactor: Complete rewrite of GeminiWeb provider 2026-04-03 01:05:54 +08:00