Adam Raine
Adam Raine
The dimness makes the screen darker like expected, but when I take a screenshot there appears to be an extra layer of dimming applied. Normal:  The new `useFraggleRock` flag can be used to run a FR navigation instead of a legacy navigation. This passes most of our smoke tests, with the exceptions being...
Alternative to #13819 that keeps `finalUrl` on the LHR Closes https://github.com/GoogleChrome/lighthouse/issues/13706
Been seeing this a lot https://github.com/GoogleChrome/lighthouse/runs/7755431040?check_suite_focus=true
In our report we use the origin of `finalUrl`/`finalDisplayedUrl` to determine what is third party. In timespan mode this origin can change so some URLs might get incorrectly categorized as...
🔒 [Doc](http://go/lh-flow-replay-exports) @puppeteer/replay stringify will take a user flow JSON as input, and output a standalone Puppeteer script. We can use the [stringify extension api](https://github.com/puppeteer/replay#customize-how-a-recording-is-stringified) to inject Lighthouse user flow...
First item in https://github.com/GoogleChrome/lighthouse/issues/14049
Part of https://github.com/GoogleChrome/lighthouse/issues/14211 ~This also adds `--legacy-navigation` support for the DevTools runner~
The following issue is caused by Lighthouse ignoring targets of type `worker`: https://github.com/GoogleChrome/lighthouse/blob/d13a91961b63885031acaa1a3e4ad36fd0376c03/lighthouse-cli/test/smokehouse/test-definitions/oopif-scripts.js#L69-L75 This is a simple fix for legacy driver, we just treat `worker` targets the same as `iframe`...
## Terminology This doesn't have to stick, I just need it to make writing the issue easier. - **Navigated (Navigation?, Document?) URL**: The the last URL the browser performed a...