Web UI Automation is an AI-assisted feature that helps you create and execute automated browser-based test scripts for web applications. It can identify UI elements, generate locators, and run end-to-end test flows against a live URL — without requiring manual scripting expertise.

UI Automation is currently in Beta, meaning the core functionality is available but the feature is still being refined based on user feedback. Some workflows or element types may not yet be fully supported. We recommend using it for evaluation and exploration rather than critical production pipelines at this stage.

Navigate to Automation → UI Automation in the sidebar. The Beta badge is shown next to the menu item as a reminder of its current status.
The UI Automation engine targets web-based interfaces via a headless browser. During the Beta period, Chrome-compatible environments are the primary supported target.
QAEverest's AI analyses the page DOM and visual layout to identify stable locators for UI elements. It prioritises attributes like data-testid, aria-label, and unique IDs, falling back to CSS selectors or XPath when needed. You can also use the "Find My Locator" tool to inspect any element manually.

Use the bug report form at https://qaeverest.ai/HomeReportABug or email support@qaeverest.com. Please include the URL being tested and a description of the issue.