UNPKG

wdio-ui5-service

Version:

WebdriverIO plugin for testing UI5 browser-based apps

4 lines 300 B
import type { wdi5Selector, clientSide_ui5Response } from "../types/wdi5.types.js"; declare function clientSide_getControl(controlSelector: wdi5Selector, browserInstance: WebdriverIO.Browser): Promise<clientSide_ui5Response>; export { clientSide_getControl }; //# sourceMappingURL=getControl.d.ts.map