How to access Lighthouse Panel data in Chrome Dev-Tools?

898 Views Asked by At

Is there a way to run the "Generate Report" in Chrome Dev-Tools via Javascript from the JavaScript console in chrome?

Means instead of manually clicking on the "Generate Report" button, I want to execute the function/test behind the button from javascript.

I could run the lighthouse from node.js/NPM, but it still requiring to install all node.js/NPM dependencies, there Chrome has already everything integrated and no other dependencies are required.

=> So searching a node.js free version by using the provided Chrome Dev-Tools to run the lighthouse reporting

this question is similar to this network panel data query https://stackoverflow.com/a/48763513/3880225

0

There are 0 best solutions below