UNPKG

wdio-chromedriver-service

Version:
12 lines 299 B
export interface ServiceOptions { port?: number; path?: string; pollTimeout?: number; protocol?: 'http' | 'https'; hostname?: string; outputDir?: string; logFileName?: string; chromedriverCustomPath?: string; args?: string[]; } //# sourceMappingURL=types.d.ts.map