UNPKG

wdio-ui5-service

Version:

WebdriverIO plugin for testing UI5 browser-based apps

15 lines 451 B
/** * equivalent representation of a sap.ui.base.Object in Node.js-scope */ export declare class WDI5Object { private _uuid; private _aProtoFunctions; private _baseObject; constructor(uuid: any, aProtoFunctions: any, object: any); getUUID(): any; private _attachObjectProperties; private _excuteObjectMethod; private _attachObjectMethods; private _writeObjectResultLog; } //# sourceMappingURL=wdi5-object.d.ts.map