playwright_get_visible_html
Extract the visible HTML content of a web page using a real browser environment to enable tasks like scraping, testing, or web interaction through Playwright MCP Server.
Instructions
Get the HTML content of the current page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"required": [],
"type": "object"
}