UNPKG

@wdio/appium-service

Version:
10 lines 418 B
/** * 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