UNPKG

appium-geckodriver

Version:

Appium driver for Gecko-based browsers and web views

10 lines 416 B
import type { IDoctorCheck } from '@appium/types'; export declare class GeckodriverCheck implements IDoctorCheck { log: import('@appium/types').AppiumLogger; diagnose(): Promise<import("@appium/types").DoctorCheckResult>; fix(): Promise<string>; hasAutofix(): boolean; isOptional(): boolean; } export declare const geckodriverCheck: GeckodriverCheck; //# sourceMappingURL=required-checks.d.ts.map