UNPKG

appium-flutter-driver

Version:
7 lines 668 B
import { XCUITestDriver } from 'appium-xcuitest-driver'; import type { IsolateSocket } from './isolate_socket'; import type { FlutterDriver } from '../driver'; export declare function startIOSSession(this: FlutterDriver, caps: Record<string, any>, ...args: any[]): Promise<[XCUITestDriver, IsolateSocket | null]>; export declare function connectIOSSession(this: FlutterDriver, iosdriver: XCUITestDriver, caps: Record<string, any>, clearLog?: boolean): Promise<IsolateSocket>; export declare function getObservatoryWsUri(this: FlutterDriver, proxydriver: XCUITestDriver, caps: Record<string, any>, clearLog?: boolean): Promise<string>; //# sourceMappingURL=ios.d.ts.map