@wdio/appium-service
Version:
A WebdriverIO service to start & stop Appium Server
8 lines • 345 B
TypeScript
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