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

12 lines (11 loc) 448 B
export declare class LocatorDebug { static logs: any[]; static indentation: string; static initializeLogs(ui5Selector: UI5Selector): void; static debugLog(...messages: any[]): void; static beginLog(name: string, elementCount: number): void; static endLog(name: string, elementCount: number): void; static printLogs(finalElementCount: number): void; private static indent; private static sameLogAlreadyPrinted; }