appium-mac2-driver
Version:
XCTest-based Appium driver for macOS apps automation
12 lines • 560 B
TypeScript
import type { Mac2Driver } from '../driver';
/**
* Opens the given URL with the default or the given application.
* Xcode must be at version 14.3+.
*
* @param url - The URL to be opened.
* @param bundleId - The bundle identifier of an application to open
* the given url with. If not provided then the default application
* for the given url scheme is going to be used.
*/
export declare function macosDeepLink(this: Mac2Driver, url: string, bundleId?: string): Promise<unknown>;
//# sourceMappingURL=navigation.d.ts.map