[WebUI] Verify Element Not Visible


This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/docs/webui-verify-element-not-visible.html
'Verify \'Make Appointment\' button is not visible.'
if(WebUI.verifyElementNotVisible(findTestObject(...), FailureHandling.CONTINUE_ON_FAILURE) == true){
   System.out.println(" Element is visible " );
    }

Shouldn’t it be " Element is NOT visible " instead?

1 Like