axterminator 0.8.0

macOS GUI testing framework with background testing, sub-millisecond element access, and self-healing locators
site_name: AXTerminator
site_description: MCP server that gives AI agents the ability to see and control macOS applications
site_url: https://mikkoparkkola.github.io/axterminator/
repo_url: https://github.com/MikkoParkkola/axterminator
repo_name: MikkoParkkola/axterminator

theme:
  name: material
  palette:
    - scheme: slate
      primary: cyan
      accent: cyan
      toggle:
        icon: material/brightness-4
        name: Switch to light mode
    - scheme: default
      primary: cyan
      accent: cyan
      toggle:
        icon: material/brightness-7
        name: Switch to dark mode
  features:
    - navigation.instant
    - navigation.tracking
    - navigation.sections
    - navigation.expand
    - navigation.top
    - search.suggest
    - search.highlight
    - content.code.copy
    - content.code.annotate
  icon:
    repo: fontawesome/brands/github

plugins:
  - search
  - mkdocstrings:
      handlers:
        python:
          options:
            show_source: true

markdown_extensions:
  - pymdownx.highlight:
      anchor_linenums: true
  - pymdownx.superfences
  - pymdownx.tabbed:
      alternate_style: true
  - admonition
  - pymdownx.details
  - attr_list
  - md_in_html
  - tables
  - toc:
      permalink: true

nav:
  - Home: index.md
  - Getting Started:
    - Installation: getting-started/installation.md
    - Quick Start: getting-started/quickstart.md
    - Permissions: getting-started/permissions.md
  - User Guide:
    - Finding Elements: guide/finding-elements.md
    - Actions: guide/actions.md
    - Self-Healing: guide/self-healing.md
    - VLM Vision: guide/vlm.md
    - Audio & Speech: guide/audio.md
    - Camera & Gestures: guide/camera.md
    - Virtual Desktops: guide/spaces.md
  - API Reference:
    - Core API: api/core.md
    - Element API: api/element.md
    - MCP Tools: api/mcp-tools.md
    - Config: api/config.md
  - Performance:
    - Benchmarks: performance.md
    - Tool Comparison: comparison.md
  - Architecture:
    - Design: DESIGN.md
    - Sync Engine: SYNC_ENGINE.md

extra:
  social:
    - icon: fontawesome/brands/github
      link: https://github.com/MikkoParkkola/axterminator
    - icon: fontawesome/brands/python
      link: https://pypi.org/project/axterminator/

copyright: Copyright © 2024-2026 Mikko Parkkola