UNPKG

appium-mac2-driver

Version:

XCTest-based Appium driver for macOS apps automation

13 lines 461 B
/** * This is needed to make lookup by image working * * @this {Mac2Driver} * @param {string} strategy * @param {string} selector * @param {boolean} mult * @param {string} [context] * @returns {Promise<any>} */ export function findElOrEls(this: import("../driver").Mac2Driver, strategy: string, selector: string, mult: boolean, context?: string): Promise<any>; export type Mac2Driver = import("../driver").Mac2Driver; //# sourceMappingURL=find.d.ts.map