Skip to content

DevTools handling

aqualityAutomation edited this page Apr 9, 2023 · 6 revisions

The DevToolsHandling class contains a set of general methods for handling the Chrome DevTools Protocol (CDP).

Performance metrics

Selenium 4 implements methods to collect performance metrics based on CDP Performance methods (e.g. Nodes - number of DOM nodes on a page, ScriptDuration - total execution of all JS scripts). The following wrapper methods were created in Aquality Selenium to collect performance metrics: