Hi.
When I try to verify that an element exists on a page using the Exists validation rule, but the element doesn't exist, I get the following exception:
SpecBind.Pages.ElementExecuteException: Value comparison(s) failed. See details for validation results.
| Field | Rule | Value |
| My Element | Exists | <EMPTY> [<EMPTY>] |
Validation Step:
Then I see
| Field | Rule | Value |
| My Element | Exists | |
I expected the exception to indicate that the element could not be found / does not exist.
Thank you.