Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevOpsMédio

Web UI Testing With Agent Browser

porincept5·incept5· v1.0.0 · atualizado em 2026-04-10
80
Score

Web UI testing and browser automation with Vercel agent-browser. Use when tasks require opening pages, interacting with forms, validating UI flows, taking screenshots, extracting page data, or running repeatable browser-based checks locally or in CI.

web-ui-testingbrowser-automationend-to-end-testingagent-browserui-validationbrowser-checks
Linguagens
JavaScriptTypeScriptShell
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdeve-web-ui-testing-agent-browser/workflow
1. Install `agent-browser` and any necessary dependencies.
2. Configure `agent-browser` with session or profile for isolated testing.
3. Navigate to the target URL using `agent-browser open <url>`.
4. Capture interactive element references with `agent-browser snapshot -i`.
5. Interact with elements using commands like `agent-browser click @e1` or `agent-browser fill @e2 "value"`.
6. Re-snapshot after page changes to update element references.
7. Assert expected output using `agent-browser get text <selector-or-ref>`.
8. Capture screenshots of the final state with `agent-browser screenshot <path>`.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aVitest Midscene E2E
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aAllium
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aReact Testing Library Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Web UI Testing With Agent Browser
eve-web-ui-testing-agent-browser
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.EVALUATE
5.REFLECT
Triggers8
perform web UI testingautomate browser interactionsvalidate UI flowstake screenshots of web pagesextract data from a web pagerun repeatable browser checksuse agent-browser for UI testingtest a web application's user interface

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download eve-web-ui-testing-agent-browser
$ synaptic skills detail eve-web-ui-testing-agent-browser
$ synaptic skills live eve-web-ui-testing-agent-browser

Dependências

npmagent-browser

Links

GitHub Repository