Replies: 1 comment
-
In Chrome DevTools, use Lighthouse with the "Timespan" option. For programatic, see https://github.com/GoogleChrome/lighthouse/blob/main/docs/user-flows.md |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm working on a tool to analyze several urls from a shell script. I want to interact with the web page to analyze not only the default status of the page, but also popups or subsections that appear after doing actions.
Is there any way to run lighthouse without passing the url and analyze the current status of the page displayed in the browser?
Beta Was this translation helpful? Give feedback.
All reactions