@sap_oss/wdio-qmate-service
Version:
[](https://api.reuse.software/info/github.com/SAP/wdio-qmate-service)[](http
11 lines (10 loc) • 945 B
TypeScript
export function ui5ControlLocator(ui5Selector: any, index: number | undefined, timeout: number | undefined, rootElement: any, returnAllDomElements?: boolean): Promise<any>;
export function ui5ControlsLocators(ui5Selector: any, timeout: number | undefined, rootElement: any): Promise<any>;
export function getUI5Property(propName: any, selectorOrElement: any): Promise<any>;
export function getUI5Aggregation(propName: any, selectorOrElement: any): Promise<any>;
export function getUI5Association(propName: any, selectorOrElement: any): Promise<any>;
export function getBindingContextPath(selectorOrElement: any): Promise<any>;
export function getBindingProperty(propName: any, selectorOrElement: any): Promise<any>;
export function getAllUI5Properties(selectorOrElement: any): Promise<any>;
export function getAllUI5Aggregations(selectorOrElement: any): Promise<any>;
export function getAllUI5Associations(selectorOrElement: any): Promise<any>;