
Example check whether the Approve button appears on the interface
Configuration fields
| Field | Required | Description |
|---|---|---|
| Variable to save result | Yes | The processor returns TRUE when the selected element is visible on the page; if it isn’t found, the result is FALSE. Choose a variable name to store this outcome. For example, IS_APPROVE_BUTTON_EXIST |
| CSS selector | Yes | CSS selector for the element you want to check |
| XPath selector | Yes | XPath selector for the element you want to check |