is_element_visible
Check whether a webpage element matching a CSS selector is visible. Returns a boolean to confirm visibility for automation scripts.
Instructions
Return whether an element matching the selector is visible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |