DoesQA allows you to stop the execution of a test when a specific condition is met, such as when an element is displayed, not displayed, or when a value matches a specified condition.
You can use the following stop conditions with various comparison types:
Stop when element is displayed
Stop when element is not displayed
Stop when value matches (with the following comparison types):
Equals
Contains
Starts with
Ends with
Has any value
Has no value
Doesn't equal
Doesn't contain
Doesn't start with
Doesn't end with
Is greater than
Is greater than or equal to
Is less than
Is less than or equal to
Custom regex