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 Playwright. Takes a Page, Browser, and Response object as parameters and returns a Promise that resolves to a string.
PlaywrightEvaluate: ( page: Page, browser: Browser, response: Response | null ) => Promise<string>