appium-xcuitest-driver
Version:
Appium driver for iOS using XCUITest for backend
10 lines • 382 B
TypeScript
import type { XCUITestDriver } from '../driver';
import type { ActiveAppInfo } from './types';
/**
* Returns information about the active application.
*
* @returns Active app information
* @throws {Error} if an error raised by command
*/
export declare function mobileGetActiveAppInfo(this: XCUITestDriver): Promise<ActiveAppInfo>;
//# sourceMappingURL=active-app-info.d.ts.map