Supported element types
- Web views: HTML content rendered inside a native app
- Third-party components: SDKs and libraries where you don’t control the element identifiers
- Graphical elements: charts, maps, canvas-based UI, and other visual components
- Cross-technology frameworks: React Native, Flutter, and other hybrid frameworks
How it works
The SDK executes your code-based test steps first. When a step targets a non-native element that can’t be located through standard selectors, the SDK falls back to AI-powered visual execution. The AI interprets the screen visually and performs the intended action.WebView automation through commands currently has limited support. We recommend using AI-powered natural language steps (
aiExecute) for WebView interactions.
