appium-geckodriver
Version:
Appium driver for Gecko-based browsers and web views
10 lines • 406 B
TypeScript
import type { AppiumLogger, IDoctorCheck } from '@appium/types';
export declare class GeckodriverCheck implements IDoctorCheck {
log: 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