PlaywrightEvaluate: ((page: Page, browser: Browser, response: Response | null) => Promise<string>)
  • Import from "@langchain/community/document_loaders/web/playwright" instead. This entrypoint will be removed in 0.3.0.

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.