VerifyElementPresent does not throw an error if the element is NOT present after the latest update! Help anyone?

Unable to find the element located by … Please recheck the objects properties to make sure the desired element is located.
However the test case passes

Hi @Bojan_Ognjenovic

As documented, the keyword is supposed to return true or false.

https://docs.katalon.com/katalon-studio/docs/webui-verify-element-present.html#parameters

It was previously a bug that the keyword threw an exception. Please refer to the release note:

https://docs.katalon.com/katalon-studio/new/version-70.html#fixes

Bug: [WebUI Keywords] The verifyElementPresent() and verifyElementNotPresent() keywords should return false instead of throwing an exception when the verified elements do not exist.

Hi @ThanhTo,

Is the bug in verifyElementPresent() and verifyElementNotPresent() fixed in version 7.9?

Thanks,
Rices