get_page_text
Extract visible text from web pages using Firefox browser automation. Input a CSS selector and tab ID to retrieve specific text content for automation or debugging purposes.
Instructions
Get visible text content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | No | ||
tabId | No |
Input Schema (JSON Schema)
{
"properties": {
"selector": {
"type": "string"
},
"tabId": {
"type": "string"
}
},
"type": "object"
}