UNPKG

systelab-components-wdio-test

Version:
8 lines (7 loc) 387 B
import { RemoteOptions } from "webdriverio"; import { BrowserType, RemoteApplication, RemoteHostData } from "../../wdio/index.js"; export declare class ApplicationRemoteClient { static start(host: RemoteHostData, browserType: BrowserType, options: RemoteOptions): Promise<number>; static stop(application: RemoteApplication): Promise<void>; private static executeEndpoint; }