UNPKG

systelab-components-wdio-test

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