PlaywrightEvaluate: ((page: Page, browser: Browser, response: Response | null) => Promise<string>)

Type representing a function for evaluating JavaScript code on a web page using Playwright. Takes a Page, Browser, and Response object as parameters and returns a Promise that resolves to a string.