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
As documented, the keyword is supposed to return true or false.
It was previously a bug that the keyword threw an exception. Please refer to the release note:
Bug: [WebUI Keywords] The
verifyElementPresent()
andverifyElementNotPresent()
keywords should returnfalse
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