chromedriver.d.ts 512 B

123456
  1. import { BrowserPlatform, ChromeReleaseChannel } from './types.js';
  2. export declare function resolveDownloadUrl(platform: BrowserPlatform, buildId: string, baseUrl?: string): string;
  3. export declare function resolveDownloadPath(platform: BrowserPlatform, buildId: string): string[];
  4. export declare function relativeExecutablePath(platform: BrowserPlatform, _buildId: string): string;
  5. export declare function resolveBuildId(channel: ChromeReleaseChannel): Promise<string>;
  6. //# sourceMappingURL=chromedriver.d.ts.map