Ask a question to get started
Enter to sendā¢Shift+Enter new line
Type representing a function for evaluating JavaScript code on a web page using Puppeteer. It takes a Page and Browser object as parameters and returns a Promise that resolves to a string.
PuppeteerEvaluate: (page: Page, browser: Browser) => Promise<string>