playwright_get_visible_text
Extract visible text from web pages using browser automation. Enables accurate text retrieval for web scraping, testing, or content analysis in real-time browser environments.
Instructions
Get the visible text content of the current page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"required": [],
"type": "object"
}