UNPKG

appium-xcuitest-driver

Version:

Appium driver for iOS using XCUITest for backend

14 lines 936 B
export { SAFARI_BUNDLE_ID, buildSafariPreferences, findApps, unzipFile, unzipStream } from './app'; export type { UnzipInfo } from './app'; export { TimeoutError, withTimeout } from './async'; export { requireRealDevice, requireSimulator } from './guards'; export type { DeviceGuardDriver } from './guards'; export { encodeBase64OrUpload, getPIDsListeningOnPort, isLocalHost } from './network'; export type { UploadOptions } from './network'; export { getDriverInfo, printUser } from './runtime'; export type { DriverInfo } from './runtime'; export { getAndCheckIosSdkVersion, getAndCheckXcodeVersion } from './xcode'; export { removeAllSessionWebSocketHandlers, shouldSetInitialSafariUrl } from './session'; export type { SafariUrlSessionOpts, SessionWebSocketHandlerHost } from './session'; export { DEFAULT_TIMEOUT_KEY, checkAppPresent, normalizeCommandTimeouts, requireArgs } from './validation'; //# sourceMappingURL=index.d.ts.map