I am running test on ubuntu server and it is throwing below exception
Reason:
java.lang.NullPointerException
at com.kms.katalon.core.webui.keyword.builtin.VerifyElementTextKeyword.verifyElementText(VerifyElementTextKeyword.groovy:72)
at
Can you help me to resolve the issue.
I wanted to verify text of that specific element which has id. So WebUI.verifyElementAttributeValue() this verifies the attribute value. Element id has text as shown is screenshot attached. How to use this ? Do i need to change the value is Object Repository . Currently in OR only custom id is selected.