UNPKG

wdio-ui5-service

Version:

WebdriverIO plugin for testing UI5 browser-based apps

7 lines 645 B
import type { ProxyMethodCall, FETestLibraryResponse, FEOpaPageCollection } from "../types/wdi5.types.js"; declare function initOPA(pageObjectConfig: FEOpaPageCollection, browserInstance: WebdriverIO.Browser): Promise<any[]>; declare function emptyQueue(browserInstance: WebdriverIO.Browser): Promise<FETestLibraryResponse>; declare function addToQueue(methodCalls: ProxyMethodCall[], browserInstance: WebdriverIO.Browser): Promise<FETestLibraryResponse>; declare function loadFELibraries(browserInstance: WebdriverIO.Browser): Promise<void>; export { emptyQueue, initOPA, addToQueue, loadFELibraries }; //# sourceMappingURL=testLibrary.d.ts.map