UNPKG

webdriver-manager

Version:

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

10 lines (9 loc) 359 B
import { BinaryUrl } from './binary'; import { XmlConfigSource } from './config_source'; export declare class StandaloneXml extends XmlConfigSource { constructor(); getUrl(version: string): Promise<BinaryUrl>; getVersionList(): Promise<string[]>; private getLatestStandaloneVersion(); private getSpecificStandaloneVersion(inputVersion); }