Skip to main content

[Mobile] Verify Image Present

Important:
  • Katalon Studio Enterprise license.

Description

Verify the given image that presents on the device screen or not.

Keyword name: Mobile.verifyImagePresent

Parameters

ParametersParameter TypeRequiredDescription
imageFilePathStringYesAbsolute path of the image

Returns

true if the image presents. Otherwise, false.

Example

boolean isPresent = Mobile.verifyImagePresent("/Users/myaccount/Desktop/image.png")