Core Pillars
Six foundational capabilities that make Xenon the most advanced mobile automation platform.
Autonomous Self-Healing
Powered by ResilioTree — repairs broken locators in real-time using semantic AI matching. Tests pass even when developers change class names.
AI Root-Cause Analysis
Multimodal triage with Phi-4, Gemini & Florence-2. Captures screenshots + logs and instantly diagnoses failure root cause.
Enterprise Observability
Native OpenTelemetry integration — every session gets a Trace ID. Visualize flows in Jaeger, Honeycomb, or Grafana.
Omni-Vision
Visual element grounding via Florence-2. Interact with devices through visual intelligence, not just DOM queries.
Live Device Streaming
High-fidelity MJPEG streaming with hardware-accelerated Fragmented MP4 video recording for every session.
Enterprise Security
RBAC with 4 roles, OIDC/SAML identity federation, visual PII masking (GDPR/SOC2), and mTLS encryption.
Devices that manage themselves
Xenon treats devices as shared resources in a global mesh. Auto-discovery, health monitoring, and smart allocation ensure your infrastructure runs autonomously.
// Auto-discovered device allocation
{
"platformName": "iOS",
"xe:priority": "high",
"xe:network_profile": "4G",
"xe:max_thermal_status": "Fair"
}Built for engineers, by engineers
Rich APIs, real-time dashboards, and integrated notifications. Every insight is one command away.
// Runtime test metadata
await driver.executeScript(
'xenon: setSessionStatus',
[{ status: 'passed',
reason: 'Checkout flow verified' }]
);
await driver.executeScript(
'xenon: captureEvidence',
['Payment confirmation screen']
);Run Anywhere
Your infrastructure, any cloud. Xenon integrates with 5+ cloud device providers — or runs entirely on-premise.
Regional cells (US-West, EU-Central) with shared PostgreSQL state for global scale.
High-performance messaging for cross-node command routing and distributed state sync.
Automatic session re-routing. Stateless Hubs with persistent registries.
Built With
Ready to modernize your mobile lab?
Get started in minutes. Xenon installs as a single Appium plugin.