Ask a question to get started
Enter to sendā¢Shift+Enter new line
Abstract base class for all evaluators.
Each evaluator should take a page, a browser instance, and a response object, process the page as necessary, and return the resulting text.
PlaywrightEvaluator()
ABC
Synchronously process the page and return the resulting text.
Asynchronously process the page and return the resulting text.