Verify Control Attribute Output Element not able to validate with the expression. I am trying to get text from the calculator app and its throwing me an error
“Verification failed. The output value of ‘OutUiElement’: ‘UiPath.Core.UiElement’ was not equal to the expected value ‘Standard’.”
How do I selected the “Text” instead on “Output Element”, by default when I drag “Use/application browser” verify control attribute is always has – Output Element
@Sanjay_Bhat Solution could work. Observe that he has used the Verify Control Attributeinside the Use Application Activity, where as you have used it outside the use application
The error is because you’re likely trying to compare an UiElement (or a reference to the UI element itself) to a string value.
In the “Verify Control Attribute” activity, ensure you are selecting the correct attribute (like text or value) and compare it against your expected value.