is_element_present
Verify if an element exists in the DOM using a selector, enabling conditional logic for browser automation.
Instructions
Return whether an element matching the selector exists in the DOM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |