chore: auto-commit (799 archivos)
- .claude/CLAUDE.md - .claude/commands/subagentes.md - .claude/rules/INDEX.md - .mcp.json - bash/functions/cybersecurity/analyze_dns.md - bash/functions/cybersecurity/audit_http_headers.md - bash/functions/cybersecurity/audit_ssh_config.md - bash/functions/cybersecurity/check_firewall.md - bash/functions/cybersecurity/detect_suspicious_users.md - bash/functions/cybersecurity/encrypt_file.md - ... Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,7 @@ version: 0.1.0
|
||||
purity: impure
|
||||
signature: "func CdpClickText(c *CDPConn, text string, opts FindByTextOpts) error"
|
||||
description: "Localiza el primer elemento cuyo innerText matchea el texto dado y le hace click. Composicion de CdpFindByText + CdpClick. Mas robusto que click por selector CSS porque el texto visible cambia menos que la estructura del DOM."
|
||||
tags: [browser, cdp, click, locator, accessibility]
|
||||
tags: [browser, cdp, click, locator, accessibility, pendiente-usar]
|
||||
uses_functions:
|
||||
- cdp_find_by_text_go_browser
|
||||
- cdp_click_go_browser
|
||||
|
||||
@@ -7,7 +7,7 @@ version: 0.1.0
|
||||
purity: impure
|
||||
signature: "func CdpHarRecord(c *CDPConn, action func() error, settleMs int) (string, error)"
|
||||
description: "Captura todas las peticiones HTTP/WS que ocurren durante la ejecucion de `action` y devuelve un archivo HAR 1.2 valido como JSON. Habilita Network.* events de CDP, suscribe handlers para requestWillBeSent / responseReceived / loadingFinished / loadingFailed, ejecuta la accion del usuario, espera settleMs para eventos rezagados, y construye el HAR. Body de respuesta no incluido en v0 (requiere Network.getResponseBody adicional)."
|
||||
tags: [browser, cdp, har, network, capture, observability]
|
||||
tags: [browser, cdp, har, network, capture, observability, pendiente-usar]
|
||||
uses_functions:
|
||||
- cdp_evaluate_go_browser
|
||||
uses_types: []
|
||||
|
||||
@@ -7,7 +7,7 @@ version: 0.1.0
|
||||
purity: impure
|
||||
signature: "func CdpListTabs(host string, port int) ([]CdpTab, error)"
|
||||
description: "Lista las pestañas/targets de una instancia Chrome via GET /json. Sin websocket — solo HTTP. Util para apps que muestran el inventario de pestañas (dashboards, debuggers) o agentes que iteran tabs sin tener que abrir conexion CDP a cada una."
|
||||
tags: [browser, cdp, tabs, listing, http]
|
||||
tags: [browser, cdp, tabs, listing, http, pendiente-usar]
|
||||
uses_functions: []
|
||||
uses_types: []
|
||||
returns: []
|
||||
|
||||
@@ -7,7 +7,7 @@ version: 0.1.0
|
||||
purity: impure
|
||||
signature: "func CdpNewTab(host string, port int, startURL string) (CdpTab, error)"
|
||||
description: "Abre una pestaña nueva via /json/new. Si startURL es vacio Chrome abre about:blank. Retorna el CdpTab recien creado con su id, webSocketDebuggerUrl, etc. Compatible con Chrome 126+ (PUT) y anteriores (fallback GET)."
|
||||
tags: [browser, cdp, tabs, spawn]
|
||||
tags: [browser, cdp, tabs, spawn, pendiente-usar]
|
||||
uses_functions: []
|
||||
uses_types: []
|
||||
returns: []
|
||||
|
||||
@@ -8,7 +8,7 @@ purity: impure
|
||||
version: 1.0.0
|
||||
tested: false
|
||||
description: "Establece una cookie en el browser via Network.setCookie del protocolo CDP. Soporta cookies HttpOnly. Util para tests e2e que necesitan autenticar el browser sin pasar por la UI de login."
|
||||
tags: [cdp, browser, cookie, e2e, auth]
|
||||
tags: [cdp, browser, cookie, e2e, auth, pendiente-usar]
|
||||
signature: "func CdpSetCookie(c *CDPConn, name, value, domain, path string, httpOnly bool) error"
|
||||
uses_functions:
|
||||
- cdp_connect_go_browser
|
||||
|
||||
Reference in New Issue
Block a user