UNPKG

appium-mac2-driver

Version:

XCTest-based Appium driver for macOS apps automation

4 lines 289 B
import type { Mac2Driver } from '../driver'; import type { StringRecord } from '@appium/types'; export declare function uploadRecordedMedia(this: Mac2Driver, localFile: string, remotePath: string | null, uploadOptions?: StringRecord): Promise<string>; //# sourceMappingURL=helpers.d.ts.map