UNPKG

@sap_oss/wdio-qmate-service

Version:

[![REUSE status](https://api.reuse.software/badge/github.com/SAP/wdio-qmate-service)](https://api.reuse.software/info/github.com/SAP/wdio-qmate-service)[![Node.js CI](https://github.com/SAP/wdio-qmate-service/actions/workflows/node.js.yml/badge.svg)](http

11 lines (10 loc) 945 B
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>;