UNPKG

appium-geckodriver

Version:

Appium driver for Gecko-based browsers and web views

3 lines 219 B
import type { GeckoDriver } from '../driver'; export declare function findElOrEls(this: GeckoDriver, strategy: string, selector: string, mult: boolean, context?: string): Promise<any>; //# sourceMappingURL=find.d.ts.map