UNPKG

appium-safari-driver

Version:
13 lines 591 B
import type { SafariDriver } from '../driver'; /** * Find element(s) using the specified strategy and selector. * 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 * @returns Promise that resolves to the found element(s) */ export declare function findElOrEls(this: SafariDriver, strategy: string, selector: string, mult: boolean, context?: string): Promise<any>; //# sourceMappingURL=find.d.ts.map