UNPKG

@wdio/appium-service

Version:
10 lines 450 B
import type { XPathConversionResult } from './xpath-types.js'; /** * Attempts to convert XPath to iOS Class Chain. * Handles hierarchy traversal and element filtering. * * @param xpath - The XPath selector to convert * @returns Conversion result with class chain selector, or null if not applicable */ export declare function convertXPathToClassChain(xpath: string): XPathConversionResult | null; //# sourceMappingURL=xpath-class-chain.d.ts.map