UNPKG

weikaopu-wdio-ui5-service

Version:

WebdriverIO plugin for testing UI5 browser-based apps

10 lines 402 B
import Launcher from "./launcher.js"; import Service from "./service.js"; import { wdi5 as _wdi5 } from "./wdi5.js"; export default Service; export declare const launcher: typeof Launcher; export declare const wdi5: typeof _wdi5; export * from "./types/browser-commands.js"; export * from "./types/wdi5.types.js"; export { ELEMENT_KEY } from "./lib/wdi5-control.js"; //# sourceMappingURL=index.d.ts.map