is_text_visible
Check if specific text is visible within a page or a chosen element. Returns a boolean result to confirm visibility for automated testing.
Instructions
Return whether the specific text is visible within an element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| selector | No | body |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |