원클릭으로
browser-testing
Browser automation and visual testing using Antigravity's browser_subagent
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Browser automation and visual testing using Antigravity's browser_subagent
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Pre-generation gap analysis — surface hidden requirements, AI-slop risks, and missing guardrails before the plan is written
Unified external CLI agent runner — backend detection, command dispatch, retry logic, response parsing
Structured codebase search protocol — deep parallel exploration before acting on unfamiliar code
Post-generation plan review — verify references, executability, and acceptance criteria before execution
High-IQ architecture consulting mode — complex trade-offs, hard debugging, read-only analysis
Autonomous exploration and goal-driven execution — read extensively before acting
| name | browser-testing |
| description | Browser automation and visual testing using Antigravity's browser_subagent |
Use Antigravity's browser_subagent tool for browser-based testing, visual verification, and UI interaction recording.
Always provide clear, specific tasks to browser_subagent:
browser_subagent(
TaskName: "Verify Login Flow",
Task: "1. Navigate to http://localhost:3000/login
2. Type 'testuser' into the username field
3. Type 'password123' into the password field
4. Click the 'Sign In' button
5. Verify the page shows 'Welcome, testuser'
6. Return whether the login was successful",
RecordingName: "login_flow_test"
)
RecordingName (lowercase, underscores, max 3 words)After making UI changes, verify visually:
run_command (background)browser_subagent to navigate to the changed page| Task | Pattern |
|---|---|
| Fill a form | Specify each field + value + submit action |
| Check responsive layout | Resize browser, check element visibility |
| Test navigation | Click links, verify URL changes |
| Verify error states | Submit invalid data, check error messages |
| Record a demo | Walk through a user flow, name the recording |