appium-chromedriver
Version:
Node.js wrapper around chromedriver.
19 lines • 575 B
TypeScript
export declare const STORAGE_REQ_TIMEOUT_MS = 15000;
export declare const GOOGLEAPIS_CDN: string;
export declare const USER_AGENT = "appium";
export declare const CHROMELABS_URL: string;
export declare const OS: {
readonly LINUX: "linux";
readonly WINDOWS: "win";
readonly MAC: "mac";
};
export declare const ARCH: {
readonly X64: "64";
readonly X86: "32";
};
export declare const CPU: {
readonly INTEL: "intel";
readonly ARM: "arm";
};
export declare const APPLE_ARM_SUFFIXES: readonly ["64_m1", "_arm64"];
//# sourceMappingURL=constants.d.ts.map