When I use Windows.waitForElementNotPresent ,I just want to get true or false results,but throw StepFailedException. Can anyone help me?
add FailureHandling.OPTIONAL so it becomes waitForElementPresent(to, timeout, FailureHandling.OPTIONAL)
see https://docs.katalon.com/katalon-studio/docs/webui-wait-for-element-present.html#description
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.