Conflicting device emulation parameters #12726
Unanswered
jlauro-sre
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I think you are looking for the It looks like you tried to replicate this config, but your |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Issue trying to force the desktop form factor. I've reviewed a few of the other posts similar to this and they didn't return the desktop form for me.
I am running lighthouse via npx. I've tried a modified config.js and option flags.
npx lighthouse https://www.1800flowers.com/ --view --form-factor=desktop --screenEmulation.disabled --emulatedUserAgent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91"
Everything returns a mobile device type. What am I missing? I imagine a config mapping is missing somewhere.
Beta Was this translation helpful? Give feedback.
All reactions