UNPKG

appium-xcuitest-driver

Version:

Appium driver for iOS using XCUITest for backend

10 lines 419 B
import type { XCUITestDriver } from '../driver'; /** * Simulates Low Memory warning on the given application * * @since Xcode 15 * @param bundleId - The bundle identifier of the target app. The app must be running * @throws If the app is not running or is not installed */ export declare function mobileSendMemoryWarning(this: XCUITestDriver, bundleId: string): Promise<void>; //# sourceMappingURL=memory.d.ts.map