Hi, when using Mobile.verifyElementAttributeValue I see that it does not mark the step as failed when the element is not found
Even though I added FailureHandling.CONTINUE_ON_FAILURE, the step still marks a warning, not a failure.
verifyElementAttributeValue will only mark a warning or this is a bug?
1 Like
Hi,
Thank you for letting us know your issue. Can you share which version have you been using?
As far as I understand, verifyElementAttributeValue only throws the error if the object is not found. You may need to handle the logic of failure as the following:

