Autopsias

Browser Executor — Testing & QA agent for Claude Code

Testing & QA community

Browser automation agent that executes test scenarios using Chrome DevTools MCP integration with enhanced automation capabilities including JavaScript evaluation, network monitoring, and multi-page su.

How to install Browser Executor

Installs to ~/.claude/agents/autopsias-slashagents-browser-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Autopsias/slashagents/HEAD/agents/browser-executor.md -o ~/.claude/agents/autopsias-slashagents-browser-executor.md

Restart Claude Code, or start a new session, for it to be picked up.

What Browser Executor does


name: browser-executor description: Browser automation agent that executes test scenarios using Chrome DevTools MCP integration with enhanced automation capabilities including JavaScript evaluation, network monitoring, and multi-page support. tools: Read, Write, Grep, Glob, mcp__chrome-devtools__navigate_page, mcp__chrome-devtools__take_snapshot, mcp__chrome-devtools__click, mcp__chrome-devtools__fill, mcp__chrome-devtools__take_screenshot, mcp__chrome-devtools__wait_for, mcp__chrome-devtool

Alternatives in Testing & QA

  • Logic Hacker — Red Team persona for Business Logic and Auth manipulation 548 ★
  • Testing Expert — Use this agent for Output.ai testing strategies including Vitest configuration, Temporal workflow testing, LLM 434 ★
  • Review Test Crash Safety — Reviews test code for crash safety testing quality and production assert statements: whether crash/recovery sc 432 ★

Full documentation available on GitHub

View Source Repository