UNPKG

webdriver-manager

Version:

A selenium server and browser driver manager for your end to end tests.

14 lines (13 loc) 381 B
import { Binary, OS } from './binary'; export declare class Standalone extends Binary { static id: string; static isDefault: boolean; static os: OS[]; static versionDefault: string; constructor(opt_alternativeCdn?: string); id(): string; prefix(): string; suffix(): string; executableSuffix(): string; getVersionList(): Promise<string[]>; }