UNPKG

wdio-electron-service

Version:

WebdriverIO service to enable Electron testing

8 lines 397 B
import { init as initSession } from './session.js'; import ElectronLaunchService from './launcher.js'; import ElectronWorkerService from './service.js'; export declare const launcher: typeof ElectronLaunchService; export default ElectronWorkerService; export declare const browser: WebdriverIO.Browser; export declare const startWdioSession: typeof initSession; //# sourceMappingURL=index.d.ts.map