Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

console.log only appears to work sporadially #12

Open
codybreene opened this issue Dec 19, 2023 · 2 comments
Open

console.log only appears to work sporadially #12

codybreene opened this issue Dec 19, 2023 · 2 comments

Comments

@codybreene
Copy link

  1. console.log statement at beginning of script
  2. see statement is logged to console
  3. run code, like const btns = await page.$$('button')
  4. attempt to console.log(btns)
  5. see statement is not logged to console
  6. latest version of chrome, latest extension version
@willsheppard
Copy link

I've noticed that any errors are not reported, the script just silently aborts.
If the script is not running until the last line then there's probably an error in it somewhere.

@gromanas
Copy link

Same issue here with chrome 127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants