UNPKG

appium-geckodriver

Version:

Appium driver for Gecko-based browsers and web views

5 lines 204 B
/** * Return an executable path of cmd. Returns `null` if the cmd is not found. */ export declare function resolveExecutablePath(cmd: string): Promise<string | null>; //# sourceMappingURL=utils.d.ts.map