Skip to main content

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:

  1. Reads a natural-language test instruction
  2. Analyses the current page state
  3. Determines the correct browser action
  4. Executes the action via Playwright
  5. 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)