brenden / node-webshot

Easy website screenshots in Node.js
2.12k stars 286 forks source link

onConsoleMessage options does not do anything #197

Open hgezim opened 7 years ago

hgezim commented 7 years ago

This is caused by two issues:

  1. stderr and stdout are swallowed up and not passed to user.

  2. onConsoleMessage function definition ends up being executed using page.evaluate which executes it in the page context.