assert_element_visible
Verify that a web element is visibly rendered on the page. Pass a CSS selector or text to confirm it is not hidden and has non-zero dimensions.
Instructions
⭐ Verify an element is visible (rendered, non-zero size, not hidden). Pass selector OR text — text uses fuzzy contains match. Returns ok(rect) or err(timeout).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | ||
| text | No | ||
| timeout | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |