Git Product home page Git Product logo

Comments (6)

github-actions avatar github-actions commented on May 24, 2024

This issue was not reproducible. Please check that your example runs locally and the following:

  • Ensure the script does not rely on dependencies outside of puppeteer and puppeteer-core.
  • Ensure the error string is just the error message.
    • Bad:

      Error: something went wrong
        at Object.<anonymous> (/Users/username/repository/script.js:2:1)
        at Module._compile (node:internal/modules/cjs/loader:1159:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1213:10)
        at Module.load (node:internal/modules/cjs/loader:1037:32)
        at Module._load (node:internal/modules/cjs/loader:878:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
        at node:internal/main/run_main_module:23:47
    • Good: Error: something went wrong.

  • Ensure your configuration file (if applicable) is valid.
  • If the issue is flaky (does not reproduce all the time), make sure 'Flaky' is checked.
  • If the issue is not expected to error, make sure to write 'no error'.

Once the above checks are satisfied, please edit your issue with the changes and we will
try to reproduce the bug again.


Analyzer run

from puppeteer.

OrKoN avatar OrKoN commented on May 24, 2024

outline parameter only works for the old headless mode (headless: 'shell') Currently Chrome does not support it.

from puppeteer.

OrKoN avatar OrKoN commented on May 24, 2024

@Lightning00Blade could you please update the documentation to make sure the outline option remark properly show up on the website? Perhaps it makes sense to throw an error if it is used in the incompatible mode.

from puppeteer.

OrKoN avatar OrKoN commented on May 24, 2024

@Lightning00Blade let's also file a feature request to have this feature for Chrome and not only for the headless shell.

from puppeteer.

Lightning00Blade avatar Lightning00Blade commented on May 24, 2024

There is already a bug on Chromium to add support for this option: https://issues.chromium.org/issues/41387522#comment48
Please upvote that feature request as it signals interest in the feature.

from puppeteer.

OrKoN avatar OrKoN commented on May 24, 2024

Looks like the feature is already implemented upstream and will likely ship with Chrome M126.

from puppeteer.

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.