evaluate(
self,
page: Page,
browser: Browser,
response: Response
) -> str| Name | Type | Description |
|---|---|---|
page* | Page | The page to process. |
browser* | Browser | The browser instance. |
response* | Response | The response from page.goto(). |
Synchronously process the page and return the resulting text.