Initial commit: navegator - Chrome CDP automation for LLMs
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>
This commit is contained in:
+52
@@ -0,0 +1,52 @@
|
||||
# Binarios
|
||||
bin/
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test binaries
|
||||
*.test
|
||||
|
||||
# Coverage
|
||||
*.out
|
||||
coverage.html
|
||||
|
||||
# Go workspace
|
||||
go.work
|
||||
|
||||
# Perfiles de navegador (contienen cookies/datos sensibles)
|
||||
perfiles/
|
||||
.navegator/
|
||||
|
||||
# Screenshots y outputs de ejemplos
|
||||
*.png
|
||||
*.jpg
|
||||
*.jpeg
|
||||
|
||||
# JSON de resultados
|
||||
*.json
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
session.log
|
||||
recording_*.log
|
||||
|
||||
# Temporal
|
||||
test-profiles/
|
||||
test-integration/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Build artifacts
|
||||
/dist/
|
||||
Reference in New Issue
Block a user