UNPKG

appium-xcuitest-driver

Version:

Appium driver for iOS using XCUITest for backend

13 lines 619 B
export default DEVICE_CONNECTIONS_FACTORY; export const DEVICE_CONNECTIONS_FACTORY: DeviceConnectionsFactory; export class DeviceConnectionsFactory { _connectionsMapping: {}; _udidAsToken(udid: any): string; _portAsToken(port: any): string; _toKey(udid?: null, port?: null): string; _releaseProxiedConnections(connectionKeys: any): any; listConnections(udid?: null, port?: null, strict?: boolean): string[]; requestConnection(udid: any, port: any, options?: {}): Promise<void>; releaseConnection(udid?: null, port?: null): void; } //# sourceMappingURL=device-connections-factory.d.ts.map