Commit Graph

2 Commits

Author SHA1 Message Date
Developer 0d51de26a6 fix: resolver conflicto de nombres en browser_test.go
Renombra función contains() a containsStr() en browser_test.go para evitar conflicto con contains() de accessibility.go.

Los tests de integración requieren Chrome instalado para pasar.

Archivo: pkg/browser/browser_test.go
2026-03-25 00:50:49 +01:00
Developer 3253828fef Initial commit: navegator - Chrome CDP automation for LLMs
Tests / Lint (push) Has been cancelled
Tests / Unit Tests (push) Has been cancelled
Tests / E2E Tests (push) Has been cancelled
Tests / Integration Tests (push) Has been cancelled
Add complete navegator system for stealthy browser automation:
- CDP client with WebSocket communication
- Browser API with navigation, storage, network, runtime
- Stealth flags and anti-detection scripts
- Persistent profile support
- Examples and comprehensive documentation

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-24 23:33:07 +01:00