UNPKG

appium-mac2-driver

Version:

XCTest-based Appium driver for macOS apps automation

12 lines 552 B
/** * * @this {Mac2Driver} * @param {string} script * @param {any[]|import('@appium/types').StringRecord} [args] * @returns {Promise<any>} */ export function execute(this: import("../driver").Mac2Driver, script: string, args?: any[] | import("@appium/types").StringRecord): Promise<any>; export type Mac2Driver = import("../driver").Mac2Driver; export type StringRecord = import("@appium/types").StringRecord; export type ExecuteMethodArgs = readonly any[] | readonly [StringRecord] | Readonly<StringRecord>; //# sourceMappingURL=execute.d.ts.map