webdriver-manager-replacement
Version:
webdriver-manager-replacement
16 lines (15 loc) • 593 B
TypeScript
export declare class Config {
static getSeleniumDir(): string;
/**
* Gets the downloads directory.
*/
static getDownloadsDirectory(): string;
/**
* We should create the file update-config.json since webdriver-manager 13+
* does not. We will only aggregate data from selenium-server.config.json,
* chromedriver.config.json, and geckodriver.config.json since these are the
* only APIs that Protractor 5.4.2 needs to run driverProviders/direct
* (directConnect) and with driverProviders/local.
*/
static generateUpdateConfig(): void;
}