UNPKG

appium-xcuitest-driver

Version:

Appium driver for iOS using XCUITest for backend

7 lines 317 B
declare const HOST: string; declare const PORT: number; declare const MOCHA_TIMEOUT: number; declare function initSession(caps: any, remoteOpts?: {}): Promise<any>; declare function deleteSession(): Promise<void>; export { initSession, deleteSession, HOST, PORT, MOCHA_TIMEOUT }; //# sourceMappingURL=session.d.ts.map