UNPKG

systelab-components-wdio-test

Version:
7 lines (6 loc) 193 B
import { RemoteOptions } from "webdriverio"; import { BrowserType } from "../../../wdio"; export interface ApplicationStartRequest { browserType: BrowserType; options: RemoteOptions; }