@wdio/devtools-service
Version:
A WebdriverIO service that allows you to run Chrome DevTools commands in your tests
12 lines • 434 B
TypeScript
declare global {
interface Window {
____lastLongTask: number;
____lhPerformanceObserver: PerformanceObserver;
}
}
/**
* Used by _waitForCPUIdle and executed in the context of the page, updates the ____lastLongTask
* property on window to the end time of the last long task.
*/
export default function registerPerformanceObserverInPage(): void;
//# sourceMappingURL=registerPerformanceObserverInPage.d.ts.map