From browser-devtools-mcp
Waits for network activity to become idle (no requests for 500ms), with optional timeout in ms (default 30000). Times out if not idle.
npx claudepluginhub serkan-ozal/browser-devtools-claude --plugin browser-devtools-mcpbrowser/# /wait Wait for network activity to become idle. ## Usage ## Description Waits for all network requests to complete. Useful after navigation or actions that trigger API calls. ## Arguments - `timeout` (optional): Maximum wait time in milliseconds (default: 30000) ## Examples ## Notes - Considers network idle when no requests for 500ms - Times out if network doesn't become idle within timeout - Useful before taking screenshots or assertions ## MCP Tools Used - `sync_wait-for-network-idle` - Wait for network idle
/waitWaits for network activity to become idle (no requests for 500ms), with optional timeout in ms (default 30000). Times out if not idle.
/browseLaunches headless browser via Playwright to navigate URL, click elements, fill forms, take screenshots. Outputs screenshot path, page title, and URL for visual verification and e2e testing.
/timeout-fixAnalyzes test timeouts, optimizes code/tests or mocks dependencies, re-runs to verify, isolates slow tests if needed, and generates markdown report with results and recommendations.
/agentAutonomously navigates browser via Playwright to complete task, captures HAR traffic, analyzes endpoints, and generates Python API client. Args: [task] [url].
/testhttpfExecutes full HTTP tests against real APIs using Python requests library, starting test server if needed and reporting live responses, status codes, errors. Incurs real API costs.
/waitBlocks until a message arrives or timeout expires (default 30s). Supports --timeout, --after, and --json for message-listener patterns.
Share bugs, ideas, or general feedback.
Wait for network activity to become idle.
/wait [timeout]
Waits for all network requests to complete. Useful after navigation or actions that trigger API calls.
timeout (optional): Maximum wait time in milliseconds (default: 30000)/wait
/wait 5000
/wait 60000
sync_wait-for-network-idle - Wait for network idle