playwright_get_text_content
Extract and filter visible text content from web pages using browser automation, removing duplicates for clean and actionable data output.
Instructions
获取当前页面中所有可见元素的文本内容,智能过滤重复内容
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"required": [],
"type": "object"
}