I am using Puppeteer with TypeScript and when I try to evaluate an async function on a page: await page.evaluate(async function() { // code to execute on the pa...