appium-xcuitest-driver
Version:
Appium driver for iOS using XCUITest for backend
14 lines • 575 B
TypeScript
declare namespace _default {
/**
* Simulates Low Memory warning on the given application
*
* @since Xcode 15
* @param {string} bundleId - The bundle identifier of the target app. The app must be running
* @this {XCUITestDriver}
* @throws {Error} if the app is not running or is not installed
*/
function mobileSendMemoryWarning(this: import("../driver").XCUITestDriver, bundleId: string): Promise<void>;
}
export default _default;
export type XCUITestDriver = import("../driver").XCUITestDriver;
//# sourceMappingURL=memory.d.ts.map