Agents
How Agent Mantis uses AI agents to interpret and execute test workflows.
What is an agent?
An Agent Mantis agent is an AI-powered process that:
- Reads a natural-language test instruction
- Analyses the current page state
- Determines the correct browser action
- Executes the action via Playwright
- Verifies the result
Agent capabilities
- Navigate to URLs
- Click, type, select, and interact with form elements
- Read and verify page content
- Handle popups, modals, and dynamic content
- Adapt to UI changes (self-healing)