is_element_visible
Check if a CSS selector matches a visible element on the page. Returns true when the element is present and displayed, false otherwise.
Instructions
Check whether an element matched by a CSS selector is visible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |