UNPKG

appium-xcuitest-driver

Version:

Appium driver for iOS using XCUITest for backend

6 lines 273 B
import type { WebDriverAgent } from 'appium-webdriveragent'; /** * Returns the WebDriverAgent derived data root from Xcode build settings. */ export declare function getDerivedDataPath(wda: WebDriverAgent): Promise<string | undefined>; //# sourceMappingURL=utils.d.ts.map