원클릭으로
browser-automation
Web browser automation for testing and data extraction
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Web browser automation for testing and data extraction
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Full autonomous execution from idea to working code. Handles the full lifecycle - requirements, planning, parallel implementation, QA cycling, and multi-perspective validation.
Automated code cleanup for linting, formatting, and dead code removal
Self-improvement from development sessions
Automated documentation generation and maintenance
Token-efficient execution modifier. Optimizes droid routing to prefer simpler, cheaper tiers while maintaining quality.
Git expertise for atomic commits, rebasing, and history analysis
| name | browser-automation |
| description | Web browser automation for testing and data extraction |
Automated web browser interactions.
await navigate("https://example.com")
await goBack()
await refresh()
await click(selector)
await type(selector, "text")
await select(selector, "option")
await expect(selector).toBeVisible()
await takeScreenshot("page.png")
Use with CDP (Chrome DevTools Protocol) tools.