-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
Description
I am using lighthouse from javascript to check a few pages from a website. I would like to be able to tell lighthouse to use a specific tab that is already opened in my chrome to do that. Maybe by giving it at link to a ws endpoint. That's because I create the browser using puppeteer and I want to do some operations before to run lighthouse (like to set the useragent or some request interception configuration) and once the lighthouse check is done (like to get the html of the page or to interact with the page).
Is it possible to tell lighthouse to use a tab already existing?
Elliot-Evans-95, emiliavanderwerf, magnnus, kirillgroshkov, frontconnect and 4 more