Using Claude Code, Cursor, or another coding agent? Paste this into your prompt to run cross-browser and real-device tests, debug sessions, and wire up CI on the TestMu AI cloud:
Available Domains
How It Works
Each DevTools domain follows the same pattern:- Capture: KaneAI captures the data automatically during your test run
- Generate: When a checkpoint triggers, the AI generates code to query the captured data
- Execute: The code runs in an isolated sandbox and returns a result
- Assert: The result is compared against your expected value
Examples
All Checkpoint Types Work
DevTools assertions support all three checkpoint types:- Assert: “Assert: no console errors”, fails the test if there are errors
- Extract: “Store all cookies”, saves the data for later steps
- If/Else: “If the API returned 200 then proceed, else retry”, branch on the result
Important Notes
- DevTools data is not visible in a screenshot. KaneAI will never try to open the browser DevTools panel
- Each domain captures data differently. See individual pages for details on timing and scope
- All assertions run in an isolated sandbox. Generated code cannot access the file system or network