Replies: 1 comment 1 reply
-
For what purpose are you wanting to open an incognito Chrome? AFAIK, all incognito does is open Chrome with a fresh profile, which is what the lighthouse CLI does by default when tasked with opening Chrome (when you provide a debug port, you are tasked with providing Chrome in whatever state you want it to be in). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am opening chrome using the folloiwng command:
I opened the browser and opened its incognito window, closed the normal window.
Now I run the following command to get the lighthouse report:
Result: This command is opening a normal chrome window and opening the URL in its tab.
Expectation: The command should open the URL in the existing chrome incognito window.
Am I missing something in the CLI command?
Beta Was this translation helpful? Give feedback.
All reactions