Coder Social home page Coder Social logo

Comments (4)

brendankenny avatar brendankenny commented on May 2, 2024

Hi Boopathi!

Right now lighthouse uses the debugging protocol to always enter device mode emulation when testing. The code for this is in emulation.js and is called from the protocol driver. This exact device parameters are hard coded right now, but this could eventually be configurable. @paulirish has probably already been thinking about what we're going to do here.

The manifest fetching issue is going to be fixed by having the page itself fetch the manifest and swiping it from the network traffic. This is tracked in #83

from lighthouse.

paulirish avatar paulirish commented on May 2, 2024

Looks like DevTools and lighthouse(extension) debugger cannot be open at the same time

yup that's true.

So device mode emulation with lighthouse extension seems not possible

it's very possible. so possible that we're already doing it, as brendan pointed out. :)

really the only problem right now is that the manifest is not fetched by the browser while under emulation. That's a bug in lighthouse, and one that we gotta fix asap.

As such, I think this issue mostly gets duped into #83.

from lighthouse.

boopathi avatar boopathi commented on May 2, 2024

Thanks.

Correct me if I missed something.

The device mode emulation is done when you invoke the extension. So we'd have to reload the app after device mode is turned on - i.e. when the lighthouse extension is invoked - right ?

Or you'd have to open dev tools, enable device mode emulation, reload/load the app. Close devtools. Use extension.

from lighthouse.

paulirish avatar paulirish commented on May 2, 2024

Ah! good call yeah.

If the content is dependent on the UA, then yeah a reload will be neccessary. Right now extension can't reload the page but that's what's happening in #52. Take a look on that issue and see if the user flow that makes sense to you.

from lighthouse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.