Git Product home page Git Product logo

Comments (6)

github-actions avatar github-actions commented on August 19, 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 August 19, 2024

I am unable to reproduce. I get the error:

Error: Error: failed to find element matching selector "::-p-xpath(//*[text() = 'יתרונות'])"

which looks like a regular error when the element is not found (I didn't check if the element is really there). Could you please update the script to make sure it demonstrates the issue on Node?

from puppeteer.

OrKoN avatar OrKoN commented on August 19, 2024

I get the same result with 22.10.0

from puppeteer.

OrKoN avatar OrKoN commented on August 19, 2024

Note that we have done some refactoring in 22.10.1 and moved the selector parsing to the Node.js process. I wonder if bun perhaps not behaving in the same way as Node? (we do not support bun)

from puppeteer.

github-actions avatar github-actions commented on August 19, 2024

We're marking this issue as unconfirmed because it has not had recent activity and we weren't able to confirm or reproduce it. The issue will be closed if no further activity occurs within the next 7 days. cc @puppeteer/bug-triage

from puppeteer.

OrKoN avatar OrKoN commented on August 19, 2024

We do not explicitly support bun and I am not able to reproduce with Node.

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.