Adam Raine
Adam Raine
Lighthouse runs fine for me on the URL you provided. The report viewer doesn't run Lighthouse, it just renders the report. Can you provide specific reproduction steps to get this...
`flow.startTImespan` and `flow.endTimespan` are async functions. You need to await them before moving on to the next step.
> yes I have used await flow.startTimespan() and await flow.endTimespan() The `flow.endTimespan()` doesn't have an `await`, which is why the Error is thrown. > My question was how to attach...
> If measuring User Flow in iFrame is possible, can you please tell me how to do it? Measuring a user flow *only* in an iframe is not possible. However,...
I tested and verified that our smokes work as expected* in cl/466510684 \* excluding some smokes that were failing on legacy too and some screenshot node ID mismatch BS that...
https://git.n.xiaomi.com/appstore-frontend/appstore-mobile/-/jobs/7951614 isn't working for me, do you have another URL?
Interesting development, I think we can use [`Page.getNavigationHistory`](https://chromedevtools.github.io/devtools-protocol/tot/Page/#method-getNavigationHistory) to resolve the `mainDocumentUrl` in timespan and snapshot mode. This would `mainDocumentUrl` doesn't ever need to be undefined. I'll do some more...
From our discussions in https://github.com/GoogleChrome/lighthouse/pull/13819, it seems like we have 3 bikeshedding decisions to make: 1. Do we keep `finalUrl` on the LHR as the final navigation URL? This will...
Yeah I can reproduce this
I did my testing on the latest master so the commands are using FR by default, but these commands will be different latest released Lighthouse (v9.6.2). This command will display...