edgedriver
Version:
Microsofts' EdgeDriver for Node.js
13 lines • 789 B
TypeScript
import { type Logger } from '@wdio/logger';
export declare const TAGGED_VERSIONS: string[];
export declare const BASE_CDN_URL: string;
export declare const DOWNLOAD_URL: string;
export declare const EDGE_PRODUCTS_API = "https://edgeupdates.microsoft.com/api/products";
export declare const TAGGED_VERSION_URL: string;
export declare const LATEST_RELEASE_URL: string;
export declare const BINARY_FILE: string;
export declare const DEFAULT_ALLOWED_ORIGINS: string[];
export declare const DEFAULT_ALLOWED_IPS: string[];
export declare const log: Logger;
export declare const EDGEDRIVER_BUCKET = "https://msedgewebdriverstorage.blob.core.windows.net/edgewebdriver?delimiter=%2F&maxresults=2500&restype=container&comp=list&_=1722752483611&timeout=60000";
//# sourceMappingURL=constants.d.ts.map