Version: 2026.2.25
OS: macOS (arm64)
What's happening:
The act action via the agent tool always times out after 20s, but the underlying browser CLI commands work perfectly.
Steps to reproduce:
Start gateway, open browser profile openclaw
Navigate to google.com (works ✅)
Take screenshot (works ✅)
Call act with kind: type on the search box → times out ❌
Run openclaw browser snapshot → get valid refs ✅
Run openclaw browser type <ref> "hello" --submit → works ✅
Logs show: Browser starts on port 18800, gateway on 18789. The act RPC never reaches the browser subprocess.
Workaround: Use navigate + screenshot for read-only tasks, or exec openclaw browser CLI commands directly.