Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    Preparing search index...

    Type Alias XPathSelector

    XPathSelector: Brand<string, "XPathSelector">

    An XPath expression string (e.g., '//button[@id="submit"]').

    import type { XPathSelector } from '#core/types/branded.js';

    function findByXPath(xpath: XPathSelector): void { }