UNPKG

appium-mac2-driver

Version:

XCTest-based Appium driver for macOS apps automation

11 lines 466 B
import type { Mac2Driver } from '../driver'; /** * This is needed to make lookup by image working * * @param strategy - The locator strategy to use * @param selector - The selector value * @param mult - Whether to find multiple elements * @param context - Optional context element ID */ export declare function findElOrEls(this: Mac2Driver, strategy: string, selector: string, mult: boolean, context?: string): Promise<any>; //# sourceMappingURL=find.d.ts.map