UNPKG

@wdio/appium-service

Version:
8 lines 345 B
import type { XPathConversionResult } from './xpath-types.js'; /** * Finds an optimized selector for a given XPath. */ export declare function findOptimizedSelector(xpath: string, options: { browser: WebdriverIO.Browser | WebdriverIO.MultiRemoteBrowser; }): Promise<XPathConversionResult | null>; //# sourceMappingURL=optimization.d.ts.map