UNPKG

wct-local

Version:

WCT plugin that enables support for local browsers via Selenium

5 lines (4 loc) 337 B
import * as wct from 'wct'; export declare function checkSeleniumEnvironment(): Promise<void>; export declare function startSeleniumServer(wct: wct.Context, args: string[], javaArgs: string[]): Promise<number>; export declare function installAndStartSeleniumServer(wct: wct.Context, args: string[], javaArgs: string[]): Promise<number>;