appium-mac2-driver
Version:
XCTest-based Appium driver for macOS apps automation
9 lines • 353 B
TypeScript
import type { Mac2Driver } from '../driver';
import type { StringRecord } from '@appium/types';
/**
*
* @param script - The script to execute
* @param args - Arguments to pass to the script
*/
export declare function execute(this: Mac2Driver, script: string, args?: readonly any[] | StringRecord): Promise<any>;
//# sourceMappingURL=execute.d.ts.map