In this article we cover how do we capture performance metrics from the page during test run using CDP’s(Chrome DevTool Protocol) Performance domain in Playwright. Chrome DevTool Protocol The Chrome DevTools Protocol allows for tools to instrument, inspect, debug and profile Chromium, Chrome and other Blink-based browsers. Many existing projects…