@sap_oss/wdio-qmate-service
Version:
[](https://api.reuse.software/info/github.com/SAP/wdio-qmate-service)[](http
12 lines (11 loc) • 448 B
TypeScript
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;
}