trying to print to command line in puppeteer from within page.evaluate
I am very new to puppeteer. I have a puppeteer script (node v20.15.0) and I’m trying to write/print to the command line from inside a page.evaluate that’s inside an async function. I was following this example: