browser_inspect_text
Extract text content from web pages or specific elements using CSS selectors to analyze visible content without HTML markup.
Instructions
Get text content from the page (no HTML tags).
Args:
session: Name of the browser session
selector: Optional CSS selector to get specific element's text
Returns:
Text content of the page or element
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | Yes | ||
| selector | No |