wdio-ui5-service
Version:
WebdriverIO plugin for testing UI5 browser-based apps
4 lines • 348 B
TypeScript
import type { InteractWithControlOptions, clientSide_ui5Response } from "../types/wdi5.types.js";
declare function clientSide_interactWithControl(oOptions: InteractWithControlOptions, browserInstance: WebdriverIO.Browser): Promise<clientSide_ui5Response>;
export { clientSide_interactWithControl };
//# sourceMappingURL=interactWithControl.d.ts.map