UNPKG

appium-mac2-driver

Version:

XCTest-based Appium driver for macOS apps automation

8 lines 292 B
/** * Return an executable path of cmd * * @param {string} cmd Standard output by command * @return {Promise<string?>} The full path of cmd. `null` if the cmd is not found. */ export function resolveExecutablePath(cmd: string): Promise<string | null>; //# sourceMappingURL=utils.d.ts.map