@wdio/appium-service
Version:
A WebdriverIO service to start & stop Appium Server
10 lines • 418 B
TypeScript
/**
* Tests an optimized selector and returns the element reference and duration.
*/
export declare function testOptimizedSelector(browser: WebdriverIO.Browser | WebdriverIO.MultiRemoteBrowser, using: string, value: string, isMultiple: boolean, debug?: boolean): Promise<{
elementRefs: Array<{
[key: string]: string;
}>;
duration: number;
} | null>;
//# sourceMappingURL=selector-testing.d.ts.map