wdio-ui5-service
Version:
WebdriverIO plugin for testing UI5 browser-based apps
15 lines • 473 B
TypeScript
/**
* equivalent representation of a sap.ui.base.Object in Node.js-scope
*/
export declare class WDI5Object {
private _uuid;
private _aProtoFunctions?;
private _baseObject?;
constructor(uuid: string, aProtoFunctions?: string[], object?: WDI5Object);
getUUID(): string;
private _attachObjectProperties;
private _excuteObjectMethod;
private _attachObjectMethods;
private _writeObjectResultLog;
}
//# sourceMappingURL=wdi5-object.d.ts.map