Hello guys,
Currently i am using waitForImagePresent and **verifyImagePresent **in Katalon, but unfortunately it throws me an error.
my code look like below
WebUI.waitForImagePresent(findTestObject('Large Image On Popup Window'), 4)
WebUI.verifyImagePresent(findTestObject('Large Image On Popup Window'))
my console log is
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
10-09-2018 12:27:38 PM - [FAILED] - Image: 'D:\Mihir\Publish\ODS\6.0.0\All_Media\Product_Media\6100-SAG-XS-SOLID.png' is NOT present
10-09-2018 12:27:39 PM - [FAILED] - Unable to wait for image to be present (Root cause: Image: 'D:\Mihir\Publish\ODS\6.0.0\All_Media\Product_Media\6100-SAG-XS-SOLID.png' is NOT present)
my Large Image On Popup Window Object is
I have follow this link https://docs.katalon.com/display/KD/[WebUI]+Verify+Image+Present
The Image is already exist on highlighted directory in my local path, but still its not verify or wait for image present
Thanks!!