appium-geckodriver
Version:
Appium driver for Gecko-based browsers and web views
9 lines • 335 B
TypeScript
/** @satisfies {import('@appium/types').IDoctorCheck} */
export class GeckodriverCheck {
diagnose(): Promise<import("@appium/types").DoctorCheckResult>;
fix(): Promise<string>;
hasAutofix(): boolean;
isOptional(): boolean;
}
export const geckodriverCheck: GeckodriverCheck;
//# sourceMappingURL=required-checks.d.ts.map