browser_assert_visible
Assert the visibility and presence of a web element, returning PASS or FAIL for test verification.
Instructions
Assert the described element is present and visible. Returns PASS or FAIL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| css | No | ||
| name | No | ||
| role | No | ||
| text | No | ||
| label | No | ||
| testid | No | ||
| placeholder | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |