docs/tools/browser.mdx
Strix uses a headless Chrome browser via Playwright to interact with web applications exactly like a real user would.
All browser traffic is automatically routed through the Caido proxy, giving Strix full visibility into every request and response. This enables:
| Action | Description |
|---|---|
| Navigate | Go to URLs, follow links, handle redirects |
| Click | Interact with buttons, links, form elements |
| Type | Fill in forms, search boxes, input fields |
| Execute JS | Run custom JavaScript in the page context |
| Screenshot | Capture visual state for reports |
| Multi-tab | Test across multiple browser tabs |