UNPKG

tia

Version:

Time is All (logs driven test engine with ExtJs support)

13 lines (12 loc) 331 B
export declare function saveSid(sid: string): void; export declare function removeSid(): void; export declare function getSid(): string | null; export declare function start(): Promise<unknown>; /** * starts remote chromedriver * @returns {Promise} */ /** * Stops remote chromedriver. */ export declare function stop(): void;