UNPKG

blocking-proxy

Version:

WebDriver Proxy for testing rich clients. It block certain calls until Angular is done updating the page under test.

11 lines (10 loc) 271 B
export interface Config { help?: boolean; fork?: boolean; highlightDelay?: string; seleniumAddress?: string; logDir?: string; port?: number; } export declare function processArgs(argv: string[]): Config; export declare function printHelp(): void;