Browser Extraction
Content retrieval, screenshots, evaluation, and read-side data access.
Support Matrix
Capabilities
page.content- Return the current page HTML content.page.screenshot- Capture a screenshot of the current page.page.evaluate- Run code inside the page context and return the serialized result.locator.textContent- Read the raw textContent of the matched element.locator.innerText- Read the rendered text of the matched element.locator.getAttribute- Read an attribute from the matched element.locator.screenshot- Capture a screenshot of the matched element.

