assert_element_visible
Checks if an element is visible on the page using a specified selector and timeout, ensuring only displayed elements pass the assertion.
Instructions
Assert an element is visible on the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | css | |
| timeout | No | ||
| selector | Yes |